diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-04-24 15:47:57 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-04-24 15:47:57 +0000 |
commit | a5a63ffb70eeec80754fc7f6a276f19d9a3c461c (patch) | |
tree | 9383e2a627de4a61f6d26f5e3c4227b60ed2f9f9 /devel/popt | |
parent | Make update.sh accept command line options that are passed to CVSup. (diff) |
By using USE_LIBTOOL, allow popt to build both static
and shared libraries
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=27965
Diffstat (limited to 'devel/popt')
-rw-r--r-- | devel/popt/Makefile | 3 | ||||
-rw-r--r-- | devel/popt/pkg-plist | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index ee12f96ad25c..fc7edae8a3a8 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -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 diff --git a/devel/popt/pkg-plist b/devel/popt/pkg-plist index ada5b6a3852e..75b76a7939e5 100644 --- a/devel/popt/pkg-plist +++ b/devel/popt/pkg-plist @@ -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 |