mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify, use new lib_depend syntax. switch to USES=pathfix, strip.
This commit is contained in:
parent
3be1af6f56
commit
57fb8075fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351041
@ -14,19 +14,18 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= kwm@FreeBSD.org
|
||||
COMMENT= GooCanvas python bindings
|
||||
|
||||
LIB_DEPENDS= goocanvas.3:${PORTSDIR}/graphics/goocanvas
|
||||
LIB_DEPENDS= libgoocanvas.so:${PORTSDIR}/graphics/goocanvas
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/goocanvasmodule.la \
|
||||
%%PYTHON_SITELIBDIR%%/goocanvasmodule.so \
|
||||
libdata/pkgconfig/pygoocanvas.pc
|
||||
USE_PYTHON= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack pygtk2
|
||||
USE_GNOME= pygtk2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-docs
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake pathfix pkgconfig tar:bzip2
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$$(PYGOBJECT_PYGDOCS)/style.css||; \
|
||||
s|demo docs|demo|' \
|
||||
|
Loading…
Reference in New Issue
Block a user