1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

By using USE_LIBTOOL, allow popt to build both static

and shared libraries

Reviewed by:	maintainer
This commit is contained in:
Ade Lovett 2000-04-24 15:47:57 +00:00
parent 8e6405e403
commit a5a63ffb70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27965
2 changed files with 8 additions and 4 deletions

View File

@ -18,7 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/misc/rpm
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-shared
MAN3= popt.3
MANCOMPRESSED= no

View File

@ -1,5 +1,8 @@
include/popt.h
lib/libpopt.a
lib/libpopt.so
lib/libpopt.so.0
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/locale/sk/LC_MESSAGES/popt.mo
share/locale/ro/LC_MESSAGES/popt.mo
lib/libpopt.la
lib/libpopt.a
include/popt.h