summaryrefslogtreecommitdiff
path: root/graphics/gimp-help/Makefile
blob: fcd10047b613e380fa39f31531c5ed05ce40c18c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	gimp-help
# Date created:				28 May, 2005
# Whom:					Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/graphics/gimp-help/Makefile,v 1.1 2006/07/18 13:04:28 ahze Exp $

PORTNAME=	gimp-help
PORTVERSION=	0.11
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/
DISTNAME=	${PORTNAME}-2-${PORTVERSION}

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	GIMP user's manual

LIB_DEPENDS=	gimp-2.0:${PORTSDIR}/graphics/gimp

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

.include <bsd.port.mk>