mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
294443d6b1
commit
91dcfd2622
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366394
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ultragetopt
|
||||
PORTVERSION= 0.6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://kevinlocke.name/programs/ ${MASTER_SITE_LOCAL}
|
||||
|
||||
@ -11,12 +12,14 @@ COMMENT= Versatile and customizable implementation of getopt()
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
MAKE_ARGS= PREFIX="${PREFIX}"
|
||||
USES= gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
PLIST_FILES= include/ultragetopt.h lib/libultragetopt.a \
|
||||
lib/libultragetopt.la lib/libultragetopt.so \
|
||||
lib/libultragetopt.so.0
|
||||
|
||||
PLIST_FILES= include/ultragetopt.h \
|
||||
lib/libultragetopt.a lib/libultragetopt.so \
|
||||
lib/libultragetopt.so.0 lib/libultragetopt.so.0.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user