07882a9351
Depend on glib-networking [2], which is used for https connection. Fix plist when default-off options are enabled [1]. While here overhaul dependancies. py-gimp: Fix a issue with unresolved symbols in the python library, due to incorrect linking. PR: 232066 [1], 232047 [2] Reported by: bsd@dino.sk [1], rsmith@xs4all.nl [2]
25 lines
485 B
Makefile
25 lines
485 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gimp
|
|
PORTEPOCH= 0
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX=
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GIMP python plugin
|
|
|
|
GIMP_SLAVE= pygimp
|
|
|
|
USES= python:2.7
|
|
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"
|