summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-03 16:51:50 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-03 16:51:50 +0000
commit6fc3439e585b062ab5ae1734d1c5360308813855 (patch)
tree3855da7d6458970af83d1b9e80d14502adabc514
parentf90638d668e75fd1ed9b6dc0bc48e96edef429fe (diff)
downloadFreeBSD-ports-6fc3439e585b062ab5ae1734d1c5360308813855.zip
FreeBSD-ports-6fc3439e585b062ab5ae1734d1c5360308813855.tar.gz
- Add LICENSE
- Strip library
-rw-r--r--deskutils/pypanel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/deskutils/pypanel/Makefile b/deskutils/pypanel/Makefile
index 8b95b85..08a4623 100644
--- a/deskutils/pypanel/Makefile
+++ b/deskutils/pypanel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pypanel
PORTVERSION= 2.4
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= deskutils
MASTER_SITES= SF
DISTNAME= PyPanel-${PORTVERSION}
@@ -11,6 +11,9 @@ DISTNAME= PyPanel-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Desktop panel written in Python
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
libImlib2.so:${PORTSDIR}/graphics/imlib2
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib
@@ -40,6 +43,7 @@ post-patch:
${WRKSRC}/pypanelrc
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ppmodule.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
OpenPOWER on IntegriCloud