Add USES=libtool and INSTALL_TARGET=install-strip

This commit is contained in:
Tijl Coosemans 2014-08-16 14:58:34 +00:00
parent f495c7d14b
commit f4d3832eaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365084

View file

@ -3,6 +3,7 @@
PORTNAME= ipa_conv
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= SF/ipa-system/modules/ipa_conv
@ -11,13 +12,13 @@ COMMENT= IPA accounting/database module for converting statistics
BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
USES= tar:bzip2
USES= libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_FILES= lib/ipa_conv.la lib/ipa_conv.so \
PLIST_FILES= lib/ipa_conv.so \
man/man8/ipa_conv.8.gz \
man/ru.KOI8-R/man8/ipa_conv.8.gz
.include <bsd.port.mk>