aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Gimp/Makefile
blob: 288ddd756a5bd6f015c93f34e00861c4cfecef6f (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# New ports collection makefile for:	p5-Gimp
# Date created:				Dec 22 2000
# Whom:	      				vanilla@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	Gimp
PORTVERSION=	1.21
CATEGORIES=	graphics perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Gimp
PKGNAMEPREFIX=	p5-

MAINTAINER=	vanilla@FreeBSD.org

BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PDL.pm:${PORTSDIR}/math/PDL \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
LIB_DEPENDS=	gimp.1:${PORTSDIR}/graphics/gimp1
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_GTK=	yes
USE_PERL=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -lintl"

MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
MAN1=		embedxpm.1 \
		scm2perl.1 \
		scm2scm.1 \
		xcftopnm.1
MAN3=		Gimp.3 \
		Gimp::Compat.3 \
		Gimp::Data.3 \
		Gimp::Feature.3 \
		Gimp::Fu.3 \
		Gimp::Lib.3 \
		Gimp::Module.3 \
		Gimp::Net.3 \
		Gimp::OO.3 \
		Gimp::PDL.3 \
		Gimp::Pixel.3 \
		Gimp::Pod.3 \
		Gimp::UI.3 \
		Gimp::Util.3 \
		Gimp::basewidget.3

.include <bsd.port.mk>