diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-27 01:05:40 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-27 01:05:40 +0800 |
commit | 0dd2efe1e2514a2c57affd875e987ecd618e37ce (patch) | |
tree | 0489a486baff3995c4eb500525b2574ee4597fc9 /x11-toolkits/libgnomeui/Makefile | |
parent | 530b1297193ad21aeac75f8692af1e440363efc8 (diff) | |
download | marcuscom-ports-0dd2efe1e2514a2c57affd875e987ecd618e37ce.tar marcuscom-ports-0dd2efe1e2514a2c57affd875e987ecd618e37ce.tar.gz marcuscom-ports-0dd2efe1e2514a2c57affd875e987ecd618e37ce.tar.bz2 marcuscom-ports-0dd2efe1e2514a2c57affd875e987ecd618e37ce.tar.lz marcuscom-ports-0dd2efe1e2514a2c57affd875e987ecd618e37ce.tar.xz marcuscom-ports-0dd2efe1e2514a2c57affd875e987ecd618e37ce.tar.zst marcuscom-ports-0dd2efe1e2514a2c57affd875e987ecd618e37ce.zip |
Add and update to 2.9.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3530 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile new file mode 100644 index 000000000..06e6e8fca --- /dev/null +++ b/x11-toolkits/libgnomeui/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: libgnomeui +# Date created: 07 April 2002 +# Whom: Joe Marcus Clarke <marcus@FreBSD.org> +# +# $FreeBSD: ports/x11-toolkits/libgnomeui/Makefile,v 1.37 2004/11/07 22:24:29 marcus Exp $ +# + +PORTNAME= libgnomeui +PORTVERSION= 2.9.1 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.9 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Libraries for the GNOME GUI, a GNU desktop environment + +LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnomekeyring \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= ${X11BASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_XPM= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 +USE_BISON= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +PLIST_SUB= GTK_VERSION="2.4.0" + +.include <bsd.port.mk> |