blob: a1758fd1eef384537a55c5a9545273013916001f (
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.6 2009/08/25 00:06:39 marcus 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"
|