diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 06:25:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 06:25:24 +0800 |
commit | bcd2d3ec2230608909933e9eb018052c1c6ca989 (patch) | |
tree | 8ec7cbe324090596c9a19f30216421c1509ab6fa /sysutils/gconf-editor/Makefile | |
parent | 84bae1eda8800f8b3413a64d42aab0ee8c74dede (diff) | |
download | marcuscom-ports-bcd2d3ec2230608909933e9eb018052c1c6ca989.tar marcuscom-ports-bcd2d3ec2230608909933e9eb018052c1c6ca989.tar.gz marcuscom-ports-bcd2d3ec2230608909933e9eb018052c1c6ca989.tar.bz2 marcuscom-ports-bcd2d3ec2230608909933e9eb018052c1c6ca989.tar.lz marcuscom-ports-bcd2d3ec2230608909933e9eb018052c1c6ca989.tar.xz marcuscom-ports-bcd2d3ec2230608909933e9eb018052c1c6ca989.tar.zst marcuscom-ports-bcd2d3ec2230608909933e9eb018052c1c6ca989.zip |
Add gconf-editor.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@34 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gconf-editor/Makefile')
-rw-r--r-- | sysutils/gconf-editor/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile new file mode 100644 index 000000000..551f71734 --- /dev/null +++ b/sysutils/gconf-editor/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gconf-editor +# Date created: 12 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/sysutils/gconf-editor/Makefile,v 1.11 2002/09/20 17:07:16 marcus Exp $ +# + +PORTNAME= gconf-editor +PORTVERSION= 0.3.1 +PORTREVISION= 1 +CATEGORIES= sysutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gconf-2.5:${PORTSDIR}/devel/gconf2 + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +USE_LIBTOOL= yes +USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +pre-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> |