From ecc692c609745ed2590ee410fcf60f8fc5577767 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 7 Nov 2004 23:20:22 +0000 Subject: Remove these ports now that they have been merged into the ports tree. Next stop, GNOME 2.9! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059 --- print/libgnomeprint/Makefile | 56 -------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 print/libgnomeprint/Makefile (limited to 'print/libgnomeprint/Makefile') diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile deleted file mode 100644 index eed9204f9..000000000 --- a/print/libgnomeprint/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: libgnomeprint -# Date created: 15 Jan 1999 -# Whom: Vanilla I. Shu -# -# $FreeBSD$ -# - -PORTNAME= libgnomeprint -PORTVERSION= 2.8.0.1 -CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome print support library - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_REINPLACE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libbonobo libartlgpl2 \ - gtk20 -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} \ - LIBVERSION=2.2 - -.include - -.if exists(${LOCALBASE}/lib/libcups.so) -WITH_CUPS= yes -.endif - -.if defined(WITH_CUPS) && !defined(WITHOUT_CUPS) -CONFIGURE_ARGS+= --with-cups -LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups -PLIST_SUB+= CUPS:="" -.else -CONFIGURE_ARGS+= --without-cups -PLIST_SUB+= CUPS:="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|||' - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/Makefile.in - -post-install: - @${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts - @${TOUCH} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap - -.include -- cgit v1.2.3