diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-07 14:38:55 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-07 14:38:55 +0000 |
commit | 85b4b1435bf72a0e525a282d3de617f04608020f (patch) | |
tree | b326772aa7ebf60c1273e093ef497a9a2e04fe91 | |
parent | 3a47a26aac2b2943b487c6a0fbf1a4f67e1044a6 (diff) | |
download | FreeBSD-ports-85b4b1435bf72a0e525a282d3de617f04608020f.zip FreeBSD-ports-85b4b1435bf72a0e525a282d3de617f04608020f.tar.gz |
- Switch to USES=autoreconf
- Add LICENSE_FILE
-rw-r--r-- | sysutils/ftwin/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index 5d01f80..3a76244 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|| ; \ |