diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 23:22:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 23:22:54 +0800 |
commit | 5a8a911366d6be738c4b7b8c4546048c599c6745 (patch) | |
tree | 6a8efae1399f370e7d88306f47ce355bf9756c4a /graphics | |
parent | 492b191ed11e707141b7912eff5773c5ce3c5bf2 (diff) | |
download | freebsd-ports-gnome-5a8a911366d6be738c4b7b8c4546048c599c6745.tar.gz freebsd-ports-gnome-5a8a911366d6be738c4b7b8c4546048c599c6745.tar.zst freebsd-ports-gnome-5a8a911366d6be738c4b7b8c4546048c599c6745.zip |
Support stage
USES=libtool
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/clutter-box2d/Makefile | 12 | ||||
-rw-r--r-- | graphics/clutter-box2d/pkg-plist | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/clutter-box2d/Makefile b/graphics/clutter-box2d/Makefile index 8aae1dfd4376..edcfe5a607f3 100644 --- a/graphics/clutter-box2d/Makefile +++ b/graphics/clutter-box2d/Makefile @@ -3,25 +3,25 @@ PORTNAME= clutter-box2d PORTVERSION= 0.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/0.10/ MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter Box2D integration library -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter -USE_AUTOTOOLS= libtool -USES= gmake pathfix pkgconfig -USE_GNOME= ltverhack gnomeprefix +USES= gmake libtool pathfix pkgconfig +USE_GNOME= gnomeprefix USE_GL= gl USE_XORG= xp x11 USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=no +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/clutter-box2d/pkg-plist b/graphics/clutter-box2d/pkg-plist index 0caba7fba29a..b85d5a0e96b5 100644 --- a/graphics/clutter-box2d/pkg-plist +++ b/graphics/clutter-box2d/pkg-plist @@ -4,10 +4,10 @@ include/clutter-1.0/clutter-box2d/clutter-box2d-joint.h include/clutter-1.0/clutter-box2d/clutter-box2d-marshal.h include/clutter-1.0/clutter-box2d/clutter-box2d-util.h include/clutter-1.0/clutter-box2d/clutter-box2d.h -lib/libclutter-box2d-0.10.a lib/libclutter-box2d-0.10.la lib/libclutter-box2d-0.10.so lib/libclutter-box2d-0.10.so.0 +lib/libclutter-box2d-0.10.so.0.1000.0 libdata/pkgconfig/clutter-box2d-0.10.pc %%DOCSDIR%%/ClutterBox2D.html %%DOCSDIR%%/ch01.html |