diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-17 04:57:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-17 04:57:02 +0800 |
commit | 51fdc4134311c532df43d44359b8186ae1bcf8a6 (patch) | |
tree | 7837a5017cb9cf9217ec7cd4936d25696098dd83 /devel/glade2/Makefile | |
parent | 5ef0fd9d8a293d9635c044ce76e77b08feb7ee35 (diff) | |
download | marcuscom-ports-51fdc4134311c532df43d44359b8186ae1bcf8a6.tar.gz marcuscom-ports-51fdc4134311c532df43d44359b8186ae1bcf8a6.tar.zst marcuscom-ports-51fdc4134311c532df43d44359b8186ae1bcf8a6.zip |
Remove glade2 now that it has been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2277 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glade2/Makefile')
-rw-r--r-- | devel/glade2/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile deleted file mode 100644 index 87eb3c7d1..000000000 --- a/devel/glade2/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: glade2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= glade2 -PORTVERSION= 2.6.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 -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_LIBTOOL_VER= 13 -USE_GNOME= gnomeprefix intlhack gnomehack lthack libgnomedb libgnomeui -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> |