blob: 092de5253b243193bc8426a63b110361f6ae2f59 (
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
|
# New ports collection makefile for: py-gimp
# Date created: 2006-12-31
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/graphics/py-gimp/Makefile,v 1.4 2007/10/24 21:22:00 ahze Exp $
PORTREVISION= 0
PORTEPOCH= 0
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gnome@FreeBSD.org
COMMENT= GIMP python plugin
GIMP_SLAVE= pygimp
USE_PYTHON= yes
USE_GNOME= pygtk2
CONFIGURE_ARGS= --enable-python
PLIST= ${.CURDIR}/pkg-plist
BUILD_WRKSRC= ${WRKSRC}/plug-ins/pygimp
INSTALL_WRKSRC= ${WRKSRC}/plug-ins/pygimp
MASTERDIR= ${.CURDIR}/../../graphics/gimp-app
.include "${MASTERDIR}/Makefile"
|