diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-05-10 08:58:42 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-05-10 08:58:42 +0800 |
commit | 31bce7aa8e52ca979fccabc1fa8ba96f6a754fc0 (patch) | |
tree | 0ae247bb6a9ee1bba04997df1bb440540d054c07 /x11/libgnome/Makefile | |
parent | aee156c45e4347a72b6e9e55ed135205c49223a2 (diff) | |
download | freebsd-ports-gnome-31bce7aa8e52ca979fccabc1fa8ba96f6a754fc0.tar.gz freebsd-ports-gnome-31bce7aa8e52ca979fccabc1fa8ba96f6a754fc0.tar.zst freebsd-ports-gnome-31bce7aa8e52ca979fccabc1fa8ba96f6a754fc0.zip |
Move the libgnome programming reference to the libgnome-reference port.
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 8356bc83aa48..ecc70c77de87 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -16,16 +16,22 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Libraries for GNOME, a GNU desktop environment +USE_BZIP2= yes +PREFIX?= ${X11BASE} + +.if !defined(REFERENCE_PORT) + +PORTREVISION= 1 + BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_GETTEXT= yes -USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack esound \ - gnomevfs2 libxslt ltverhack + gnomevfs2 libxslt ltverhack referencehack USE_BISON= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 @@ -54,9 +60,7 @@ post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/libgnome/libgnome-2.0.pc.in @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|gnome-data po doc|gnome-data po|g' \ - ${WRKSRC}/Makefile.in -.endif .include <bsd.port.mk> + +.endif |