- Change USES, remove autoreconf [1]

- Remove PATHFIX_MAKEFILEIN and USE_AUTOTOOLS [1]
- Add GNU_CONFIGURE and INSTALL_TARGET=install-strip, remove STRIP_CMD [1]

Reported by:	tijl [1]
This commit is contained in:
Rusmir Dusko 2014-12-08 10:47:46 +00:00
parent 8fe97fd7ce
commit 9c1c707204
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374257

View File

@ -13,9 +13,9 @@ COMMENT= Simple and robust communication library based on UDP
LICENSE= MIT
USES= autoreconf pathfix libtool
PATHFIX_MAKEFILEIN= Makefile.am
USE_AUTOTOOLS= aclocal automake autoconf
USES= pathfix libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= *
@ -23,7 +23,6 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libenet.so.7
@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>