summaryrefslogtreecommitdiff
path: root/x11-toolkits/fox14/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-10 14:16:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-10 14:16:01 +0000
commit195dbb14f2405027ba2c5e84cf028d3194293596 (patch)
treeee98cffad287d4506285857ec64e734c799afc38 /x11-toolkits/fox14/Makefile
parent- Add LICENSE (diff)
- Pet portlint
- Add LICENSE - Strip libraries
Notes
Notes: svn path=/head/; revision=380923
Diffstat (limited to 'x11-toolkits/fox14/Makefile')
-rw-r--r--x11-toolkits/fox14/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile
index 8a367acf72e1..cb3a01ce5ae4 100644
--- a/x11-toolkits/fox14/Makefile
+++ b/x11-toolkits/fox14/Makefile
@@ -3,16 +3,19 @@
PORTNAME= fox
PORTVERSION= 1.4.35
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/ \
http://fresh.t-systems-sfr.com/unix/src/misc/
PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}
-MAINTAINER?= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Fast and extensive C++ GUI toolkit
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng.so:${PORTSDIR}/graphics/png \
libtiff.so:${PORTSDIR}/graphics/tiff
@@ -124,4 +127,7 @@ post-patch:
${WRKSRC}/Makefile.in
.endif
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+
.include <bsd.port.mk>