aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-16 10:17:19 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-16 10:17:19 +0800
commit8e105959d08545611bbe27b988eb3452fba27a4d (patch)
treef3b4c9941688ae2df71ebff2b93a8626c540d354 /devel
parent61ff3676271f1386c4370d44073e175c5e62e92b (diff)
downloadfreebsd-ports-gnome-8e105959d08545611bbe27b988eb3452fba27a4d.tar.gz
freebsd-ports-gnome-8e105959d08545611bbe27b988eb3452fba27a4d.tar.zst
freebsd-ports-gnome-8e105959d08545611bbe27b988eb3452fba27a4d.zip
- Add LICENSE
- Strip library
Diffstat (limited to 'devel')
-rw-r--r--devel/libafterbase/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/libafterbase/Makefile b/devel/libafterbase/Makefile
index cacb1999384c..87d25bb6e34a 100644
--- a/devel/libafterbase/Makefile
+++ b/devel/libafterbase/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libafterbase
PORTVERSION= 0.92
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/afterstep/libAfterBase/${PORTVERSION}
DISTNAME= libAfterBase-${PORTVERSION}
@@ -11,6 +11,8 @@ DISTNAME= libAfterBase-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= AfterStep basic functionality library
+LICENSE= LGPL21 # or later
+
USES= desthack
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-staticlibs --enable-sharedlibs --with-x
@@ -21,4 +23,7 @@ post-patch:
@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \
's|<malloc.h>|<stdlib.h>|g'
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libAfterBase.so
+
.include <bsd.port.mk>