diff options
Diffstat (limited to 'graphics/gimpshop/Makefile')
-rw-r--r-- | graphics/gimpshop/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile deleted file mode 100644 index f4e2048be79e..000000000000 --- a/graphics/gimpshop/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gimp -PORTVERSION= 1.2.2 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/v${PORTVERSION} - -MAINTAINER= vanilla@FreeBSD.org - -LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - mpeg.1:${PORTSDIR}/graphics/mpeg-lib \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff - -SHLIBVER?= ${PORTVERSION:S/1.2.//g} - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_GMAKE= yes -USE_GTK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -MAN1= escputil.1 gimp.1 gimptool.1 gimp-remote.1 -MAN5= gimprc.5 - -post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |