diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-13 20:31:16 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-13 20:31:16 +0800 |
commit | 7b29806282628b54cb54464e454ca3fb47950cd0 (patch) | |
tree | 5b9a6456ba5788e289c221337d5d0fcf746571ef /graphics/py-gimp/Makefile | |
parent | d5ec006541edccd07e6f0bda581cfc5381d8d5ed (diff) | |
download | marcuscom-ports-7b29806282628b54cb54464e454ca3fb47950cd0.tar marcuscom-ports-7b29806282628b54cb54464e454ca3fb47950cd0.tar.gz marcuscom-ports-7b29806282628b54cb54464e454ca3fb47950cd0.tar.bz2 marcuscom-ports-7b29806282628b54cb54464e454ca3fb47950cd0.tar.lz marcuscom-ports-7b29806282628b54cb54464e454ca3fb47950cd0.tar.xz marcuscom-ports-7b29806282628b54cb54464e454ca3fb47950cd0.tar.zst marcuscom-ports-7b29806282628b54cb54464e454ca3fb47950cd0.zip |
Add gimp 2.8.0.
This is here because it needs ATK >= 2.2 and the new librsvg2 (optional).
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16735 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/py-gimp/Makefile')
-rw-r--r-- | graphics/py-gimp/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile new file mode 100644 index 000000000..c4fe7941d --- /dev/null +++ b/graphics/py-gimp/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: py-gimp +# Date created: 2006-12-31 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD: ports/graphics/py-gimp/Makefile,v 1.14 2010/06/24 17:12:10 mezz Exp $ +# $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" |