1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/graphics/py-goocanvas/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

37 lines
942 B
Makefile

# New ports collection makefile for: py-goocanvas
# Date created: 2006-09-20
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/graphics/py-goocanvas/Makefile,v 1.2 2006/10/13 05:28:57 ahze Exp $
PORTNAME= goocanvas
PORTVERSION= 0.4.1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= BERLIOS
MASTER_SITE_SUBDIR= py${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= ahze@FreeBSD.org
COMMENT= GooCanvas python bindings
LIB_DEPENDS= goocanvas.0:${PORTSDIR}/graphics/goocanvas
PLIST_FILES= %%PYTHON_SITELIBDIR%%/goocanvasmodule.la \
%%PYTHON_SITELIBDIR%%/goocanvasmodule.so
USE_PYTHON= yes
USE_GNOME= gnomehack pygtk2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docs
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$$(PYGOBJECT_PYGDOCS)/style.css||; \
s|demo docs|demo|' \
${WRKSRC}/Makefile.in \
${WRKSRC}/docs/Makefile.in
.include <bsd.port.mk>