diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-02-20 06:20:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-02-20 06:20:25 +0800 |
commit | 52eb0c363dbd39ca18828556aa6e06a0f55cdad1 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /graphics/libgnomecanvas/Makefile | |
parent | 02ae0012100b6d06fd4310bcc5e44198eaf8930e (diff) | |
download | marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.gz marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.bz2 marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.lz marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.xz marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.zst marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.zip |
Remove the GNOME 2.1 ports. These have been merged into FreeBSD CVS
as GNOME 2.2....next up, GNOME 2.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libgnomecanvas/Makefile')
-rw-r--r-- | graphics/libgnomecanvas/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile deleted file mode 100644 index c04ea1863..000000000 --- a/graphics/libgnomecanvas/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gnomecanvas -# Date created: 18 May 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgnomecanvas -PORTVERSION= 2.2.0.1 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 \ - art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -USE_GNOMENG= yes -USE_GNOME= gnomehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -.include <bsd.port.mk> |