diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /x11/libgnomemm26 | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'x11/libgnomemm26')
-rw-r--r-- | x11/libgnomemm26/Makefile | 12 | ||||
-rw-r--r-- | x11/libgnomemm26/pkg-plist | 1 |
2 files changed, 3 insertions, 10 deletions
diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index 7b033b871d3f..bb5718bcde0f 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -8,6 +8,7 @@ PORTNAME= libgnomemm PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -26,19 +27,10 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GCC= 3.4 USE_GNOME= gnomehack libgnome -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.6" API_VERSION="2.6" -patch-autotools:: - @(cd ${PATCH_WRKSRC}; \ - for file in ${LIBTOOLFILES}; do \ - ${CP} $$file $$file.tmp; \ - ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ - $$file.tmp > $$file; \ - ${RM} $$file.tmp; \ - done); - .include <bsd.port.mk> diff --git a/x11/libgnomemm26/pkg-plist b/x11/libgnomemm26/pkg-plist index 0c3118e7c8fd..4f553eb76738 100644 --- a/x11/libgnomemm26/pkg-plist +++ b/x11/libgnomemm26/pkg-plist @@ -8,6 +8,7 @@ include/libgnomemm-%%API_VERSION%%/libgnomemm/private/program_p.h include/libgnomemm-%%API_VERSION%%/libgnomemm/program.h include/libgnomemm-%%API_VERSION%%/libgnomemm/wrap_init.h lib/libgnomemm-%%VERSION%%.a +lib/libgnomemm-%%VERSION%%.la lib/libgnomemm-%%VERSION%%.so lib/libgnomemm-%%VERSION%%.so.1 lib/libgnomemm-%%API_VERSION%%/include/libgnomemmconfig.h |