aboutsummaryrefslogtreecommitdiff
path: root/deskutils/pypanel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-03 16:51:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-03 16:51:50 +0000
commit0e2335a8426a5dabbe3ef9742de928dd17d65a9a (patch)
tree3855da7d6458970af83d1b9e80d14502adabc514 /deskutils/pypanel
parent23d5b32dc5db38a810f8624e3e0a6291c6f42bb9 (diff)
downloadports-0e2335a8426a5dabbe3ef9742de928dd17d65a9a.tar.gz
ports-0e2335a8426a5dabbe3ef9742de928dd17d65a9a.zip
- Add LICENSE
- Strip library
Notes
Notes: svn path=/head/; revision=388448
Diffstat (limited to 'deskutils/pypanel')
-rw-r--r--deskutils/pypanel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/deskutils/pypanel/Makefile b/deskutils/pypanel/Makefile
index 8b95b85ccf66..08a462315df1 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}