26 lines
499 B
Makefile
26 lines
499 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gimp
|
|
PORTREVISION= 0
|
|
PORTEPOCH= 0
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX=
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GIMP python plugin
|
|
|
|
GIMP_SLAVE= pygimp
|
|
|
|
USES= python:2
|
|
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"
|