summaryrefslogtreecommitdiff
path: root/sysutils/ftwin
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-07 14:38:55 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-07 14:38:55 +0000
commitfc12b7add64fb0990a7a9913dc372c209348ed41 (patch)
treeb326772aa7ebf60c1273e093ef497a9a2e04fe91 /sysutils/ftwin
parentnet/ndpi: Update version 1.5.1=>1.6 (diff)
- Switch to USES=autoreconf
- Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=388699
Diffstat (limited to 'sysutils/ftwin')
-rw-r--r--sysutils/ftwin/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile
index 5d01f80165b1..3a76244da067 100644
--- a/sysutils/ftwin/Makefile
+++ b/sysutils/ftwin/Makefile
@@ -11,16 +11,14 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Useful tool to find duplicate files
LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 \
libpcre.so:${PORTSDIR}/devel/pcre \
libpuzzle.so:${PORTSDIR}/graphics/libpuzzle
-OPTIONS_DEFINE= DOCS
-
-USES= tar:bzip2
-USE_AUTOTOOLS= aclocal autoheader automake autoconf
-AUTOMAKE_ARGS= --add-missing
+USES= autoreconf tar:bzip2
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -28,6 +26,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION README
PLIST_FILES= bin/ftwin man/man8/ftwin.8.gz
+OPTIONS_DEFINE= DOCS
+
post-patch:
@${REINPLACE_CMD} -e \
's|-Werror -g -ggdb|| ; \