diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-22 13:50:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-22 13:50:18 +0800 |
commit | fc128c20c16e58720067d969b5fb818b5061cca8 (patch) | |
tree | 595ee4b95f698bec2bd5d7b06d845b8914a74e59 /x11 | |
parent | e52584c1bc5312bcd0239cea9b95be9d3ee90a7f (diff) | |
download | freebsd-ports-gnome-fc128c20c16e58720067d969b5fb818b5061cca8.tar.gz freebsd-ports-gnome-fc128c20c16e58720067d969b5fb818b5061cca8.tar.zst freebsd-ports-gnome-fc128c20c16e58720067d969b5fb818b5061cca8.zip |
Suppot stage
Modernize
USES=libtool
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnomemm26/Makefile | 13 | ||||
-rw-r--r-- | x11/libgnomemm26/pkg-plist | 1 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index 86fc74a8a322..295a9c990856 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -4,7 +4,7 @@ PORTNAME= libgnomemm PORTVERSION= 2.30.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,20 +12,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for libgnome library -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -LATEST_LINK= libgnomemm26 - -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_XORG= xext -USE_GNOME= gnomehack libgnome +USE_GNOME= libgnome GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="2.6" API_VERSION="2.6" -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/libgnomemm26/pkg-plist b/x11/libgnomemm26/pkg-plist index 4f553eb76738..72555d1c5446 100644 --- a/x11/libgnomemm26/pkg-plist +++ b/x11/libgnomemm26/pkg-plist @@ -11,6 +11,7 @@ lib/libgnomemm-%%VERSION%%.a lib/libgnomemm-%%VERSION%%.la lib/libgnomemm-%%VERSION%%.so lib/libgnomemm-%%VERSION%%.so.1 +lib/libgnomemm-%%VERSION%%.so.1.0.5 lib/libgnomemm-%%API_VERSION%%/include/libgnomemmconfig.h lib/libgnomemm-%%API_VERSION%%/proc/m4/convert.m4 lib/libgnomemm-%%API_VERSION%%/proc/m4/convert_libgnomemm.m4 |