diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-25 04:31:47 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-25 04:31:47 +0800 |
commit | 9e7cab4ca84e2d222e57d5970b161e81bcc6c5c0 (patch) | |
tree | f86d629cfc5ea03c09717d58672579f90f784a89 /x11-toolkits/libgnomeui/Makefile | |
parent | 46682da6cb2b8d21a9d65cc7ce46453b7cca13c1 (diff) | |
download | marcuscom-ports-9e7cab4ca84e2d222e57d5970b161e81bcc6c5c0.tar marcuscom-ports-9e7cab4ca84e2d222e57d5970b161e81bcc6c5c0.tar.gz marcuscom-ports-9e7cab4ca84e2d222e57d5970b161e81bcc6c5c0.tar.bz2 marcuscom-ports-9e7cab4ca84e2d222e57d5970b161e81bcc6c5c0.tar.lz marcuscom-ports-9e7cab4ca84e2d222e57d5970b161e81bcc6c5c0.tar.xz marcuscom-ports-9e7cab4ca84e2d222e57d5970b161e81bcc6c5c0.tar.zst marcuscom-ports-9e7cab4ca84e2d222e57d5970b161e81bcc6c5c0.zip |
Update to 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1352 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile new file mode 100644 index 000000000..9054108db --- /dev/null +++ b/x11-toolkits/libgnomeui/Makefile @@ -0,0 +1,32 @@ +# 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.30 2003/09/18 06:49:32 marcus Exp $ +# + +PORTNAME= libgnomeui +PORTVERSION= 2.5.0 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Libraries for the GNOME GUI, a GNU desktop environment + +LIB_DEPENDS+= 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= yes +USE_BISON= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + +.include <bsd.port.mk> |