- Switch to USES=autoreconf

- Strip library
This commit is contained in:
Dmitry Marakasov 2015-06-02 12:27:33 +00:00
parent 704b15243f
commit d9e6627c59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388325

View file

@ -3,7 +3,7 @@
PORTNAME= skyutils
PORTVERSION= 2.9
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= misc
MASTER_SITES= LOCAL/laszlof \
http://mirror.amdmi3.ru/distfiles/
@ -11,15 +11,16 @@ MASTER_SITES= LOCAL/laszlof \
MAINTAINER= ports@FreeBSD.org
COMMENT= Library required by smssend (same author)
USES= libtool
USES= autoreconf libtool
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}
pre-configure:
@${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libskyutils.so
.include <bsd.port.mk>