diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-10-26 01:49:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-10-26 01:49:38 +0800 |
commit | c3522efb7d91dd29c5167ef27b3a9f8ceffb0d36 (patch) | |
tree | 390e7e188590f14750d91b904fd1282834c9c031 /x11/gnomedesktop/Makefile | |
parent | 9350663c07e995182983459900ddc780f358d80f (diff) | |
download | marcuscom-ports-c3522efb7d91dd29c5167ef27b3a9f8ceffb0d36.tar marcuscom-ports-c3522efb7d91dd29c5167ef27b3a9f8ceffb0d36.tar.gz marcuscom-ports-c3522efb7d91dd29c5167ef27b3a9f8ceffb0d36.tar.bz2 marcuscom-ports-c3522efb7d91dd29c5167ef27b3a9f8ceffb0d36.tar.lz marcuscom-ports-c3522efb7d91dd29c5167ef27b3a9f8ceffb0d36.tar.xz marcuscom-ports-c3522efb7d91dd29c5167ef27b3a9f8ceffb0d36.tar.zst marcuscom-ports-c3522efb7d91dd29c5167ef27b3a9f8ceffb0d36.zip |
Fix compilation with gtk+-2.3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1301 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomedesktop/Makefile')
-rw-r--r-- | x11/gnomedesktop/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/x11/gnomedesktop/Makefile b/x11/gnomedesktop/Makefile new file mode 100644 index 000000000..d8cf3d1d5 --- /dev/null +++ b/x11/gnomedesktop/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: gnomedesktop +# Date created: 13 April 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11/gnomedesktop/Makefile,v 1.31 2003/10/18 22:59:51 marcus Exp $ +# + +PORTNAME= gnomedesktop +PORTVERSION= 2.4.1.1 +PORTREVISION= 2 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-desktop/2.4 +DISTNAME= gnome-desktop-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Additional UI API for GNOME 2 + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_XPM= yes +USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui +GNOME_DESKTOP_VERSION=2 +USE_GMAKE= yes +USE_BISON= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" \ + --with-kde-datadir=${LOCALBASE}/share +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gnome-about.1 + +.include <bsd.port.mk> |