diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-02-23 23:04:27 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-02-23 23:04:27 +0000 |
commit | a4690da27335421a9a1fe722cbdb06eee9e674c1 (patch) | |
tree | baa99622640e50d2ccdb1551ad7384b39bcb3796 /graphics/gimp-data-extras/Makefile | |
parent | 7a9b9956d95090b02fcc736e096cd3036604606d (diff) |
Notes
Diffstat (limited to 'graphics/gimp-data-extras/Makefile')
-rw-r--r-- | graphics/gimp-data-extras/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/gimp-data-extras/Makefile b/graphics/gimp-data-extras/Makefile new file mode 100644 index 000000000000..ae86d910c33d --- /dev/null +++ b/graphics/gimp-data-extras/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gimp-data-extras +# Date created: 2008-02-23 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gimp-data-extras +PORTVERSION= 2.0.2 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ + http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ + ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ + ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} +MASTER_SITE_SUBDIR= gimp/extras/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Collection of additional brushes and patterns files for GIMP + +LIB_DEPENDS= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app + +USE_BZIP2= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |