summaryrefslogtreecommitdiffstats
path: root/graphics/gimp-help/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-help/Makefile')
-rw-r--r--graphics/gimp-help/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile
new file mode 100644
index 000000000..c07e63371
--- /dev/null
+++ b/graphics/gimp-help/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: gimp-help
+# Date created: 28 May, 2005
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gimp-help
+PORTVERSION= 0.9
+PORTREVISION= 2
+CATEGORIES= graphics gnome
+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/help/testing
+DISTNAME= ${PORTNAME}-2-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GIMP user's manual
+
+BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp
+RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>