Add USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
f495c7d14b
commit
f4d3832eaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365084
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue