summaryrefslogtreecommitdiffstats
path: root/devel/glade2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 12:25:26 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 12:25:26 +0800
commit805711fb7ad0fe36e0b2a0b80469220b3e00aaab (patch)
treecb42494f21526dbc1f55d841ac18b2e6e8c099d2 /devel/glade2/Makefile
parent02b280bac4676cb69e70b29b4f36f434ed8bd2b8 (diff)
downloadmarcuscom-ports-805711fb7ad0fe36e0b2a0b80469220b3e00aaab.tar.gz
marcuscom-ports-805711fb7ad0fe36e0b2a0b80469220b3e00aaab.tar.zst
marcuscom-ports-805711fb7ad0fe36e0b2a0b80469220b3e00aaab.zip
Remove this now that it has been imported into the FreeBSD tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@623 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glade2/Makefile')
-rw-r--r--devel/glade2/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile
deleted file mode 100644
index 8f120759b..000000000
--- a/devel/glade2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: glade2
-# Date created: 02 June 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD: ports/devel/glade2/Makefile,v 1.43 2003/04/04 07:30:50 marcus Exp $
-#
-
-PORTNAME= glade2
-PORTVERSION= 2.0.0
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0
-DISTNAME= glade-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A user interface builder for GTK+/GNOME
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-USE_LIBTOOL= yes
-USE_GNOME= gnomeprefix gnomehack gnomedb libgnomeui
-USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>