aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libcfu/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-03-28 23:31:01 +0800
committerbapt <bapt@FreeBSD.org>2015-03-28 23:31:01 +0800
commit6add593a91f7e7e75a040db1e1a0abc9ef1fe865 (patch)
tree3c8f86526c9c4472bc092babe356c2581a04b004 /devel/libcfu/Makefile
parent5cf0519685139eef428d628d97d801ff27f1ec6f (diff)
downloadfreebsd-ports-gnome-6add593a91f7e7e75a040db1e1a0abc9ef1fe865.tar.gz
freebsd-ports-gnome-6add593a91f7e7e75a040db1e1a0abc9ef1fe865.tar.zst
freebsd-ports-gnome-6add593a91f7e7e75a040db1e1a0abc9ef1fe865.zip
Convert to USES=autoreconf
Strip binaries
Diffstat (limited to 'devel/libcfu/Makefile')
-rw-r--r--devel/libcfu/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libcfu/Makefile b/devel/libcfu/Makefile
index 0151c2d408a3..ea35697f8773 100644
--- a/devel/libcfu/Makefile
+++ b/devel/libcfu/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libcfu
DISTVERSION= 0.04a
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GHL
@@ -16,11 +16,11 @@ GH_ACCOUNT= crees
GH_COMMIT= 947dba4
GH_TAGNAME= 947dba4
-USES= makeinfo pkgconfig pathfix libtool
+USES= autoreconf makeinfo pkgconfig pathfix libtool
PATHFIX_MAKEFILEIN= Makefile.am
+INSTALL_TARGET= install-strip
-USE_AUTOTOOLS= autoconf autoheader automake aclocal libtoolize
-AUTOMAKE_ARGS= --add-missing
+GNU_CONFIGURE= yes
INFO= ${PORTNAME}
.include <bsd.port.mk>