diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 18:10:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 18:10:24 +0800 |
commit | 354c496c63df87ae2000a82640747194a129d3bf (patch) | |
tree | b7e0d6a4f38d598f50fbab49fd4266dc8c4b172d /x11 | |
parent | 9c0f0d4c375248ac6836de3c4d1761c620602a61 (diff) | |
download | freebsd-ports-gnome-354c496c63df87ae2000a82640747194a129d3bf.tar.gz freebsd-ports-gnome-354c496c63df87ae2000a82640747194a129d3bf.tar.zst freebsd-ports-gnome-354c496c63df87ae2000a82640747194a129d3bf.zip |
Support stage
Modernize
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-desktop/Makefile | 16 | ||||
-rw-r--r-- | x11/gnome-desktop/pkg-plist | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 171f3c38e1e4..b62addebd736 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-desktop PORTVERSION= 2.32.1 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,27 +12,25 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Additional UI API for GNOME 2 -USE_BZIP2= yes +USES= tar:bzip2 .if !defined(REFERENCE_PORT) -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification USE_XORG= xpm -USES= bison pathfix gettext pkgconfig gmake +USES+= bison pathfix gettext libtool pkgconfig gmake USE_GNOME= gnomeprefix intlhack gnomedocutils gconf2 pygtk2 \ - ltverhack referencehack + referencehack USE_PYTHON= 2 INSTALLS_OMF= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gnome-about.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ ${WRKSRC}/desktop-docs/fdl/Makefile.in \ diff --git a/x11/gnome-desktop/pkg-plist b/x11/gnome-desktop/pkg-plist index 5bbd47866781..ea62ee02a829 100644 --- a/x11/gnome-desktop/pkg-plist +++ b/x11/gnome-desktop/pkg-plist @@ -11,7 +11,9 @@ lib/libgnome-desktop-2.a lib/libgnome-desktop-2.la lib/libgnome-desktop-2.so lib/libgnome-desktop-2.so.17 +lib/libgnome-desktop-2.so.17.1.5 libdata/pkgconfig/gnome-desktop-2.0.pc +man/man1/gnome-about.1.gz share/applications/gnome-about.desktop share/gnome-about/contributors.list share/gnome-about/foundation-members.list |