diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-17 09:00:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-17 09:00:09 +0800 |
commit | 7334197a98dad6e08894ff9592470e8d1f735e72 (patch) | |
tree | e03cb858c12feaa1ef80bf2616339eb73c9c347c /graphics | |
parent | 2ae38e72d3297bbb4a59fcde2306cee0ef31c104 (diff) | |
download | freebsd-ports-gnome-7334197a98dad6e08894ff9592470e8d1f735e72.tar.gz freebsd-ports-gnome-7334197a98dad6e08894ff9592470e8d1f735e72.tar.zst freebsd-ports-gnome-7334197a98dad6e08894ff9592470e8d1f735e72.zip |
- Support staging
- Use new LIB_DEPENDS syntax
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kudu/Makefile | 10 | ||||
-rw-r--r-- | graphics/kudu/pkg-plist | 19 |
2 files changed, 6 insertions, 23 deletions
diff --git a/graphics/kudu/Makefile b/graphics/kudu/Makefile index 954e6c354c0e..39a7880fa1a4 100644 --- a/graphics/kudu/Makefile +++ b/graphics/kudu/Makefile @@ -12,19 +12,22 @@ COMMENT= 3D skeletal animation tool, powered by GTK+ and OpenGL LICENSE= GPLv2 -LIB_DEPENDS= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext +USE_BZIP2= yes +GNU_CONFIGURE= yes USES= pkgconfig USE_GL= gl USE_PYTHON= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lcompat" +PLIST_FILES= bin/${PORTNAME} +PORTDATA= * + DESKTOP_ENTRIES="Kudu" \ "Edit 3D models" \ "${DATADIR}/images/logo.png" \ @@ -32,7 +35,6 @@ DESKTOP_ENTRIES="Kudu" \ "Graphics;3DGraphics;GTK;" \ true -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|COPYING||' ${WRKSRC}/Makefile.in diff --git a/graphics/kudu/pkg-plist b/graphics/kudu/pkg-plist deleted file mode 100644 index c62cfa0f05af..000000000000 --- a/graphics/kudu/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/kudu -%%DATADIR%%/examples/claw.kudu -%%DATADIR%%/examples/claw.rwx -%%DATADIR%%/examples/figure.kudu -%%DATADIR%%/examples/figure.rwx -%%DATADIR%%/images/bone.png -%%DATADIR%%/images/edge.png -%%DATADIR%%/images/face.png -%%DATADIR%%/images/joint.png -%%DATADIR%%/images/logo.png -%%DATADIR%%/images/object.png -%%DATADIR%%/images/shape.png -%%DATADIR%%/images/splash.png -%%DATADIR%%/images/vertex.png -%%DATADIR%%/scripts/Axle-Spinner.py -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%% |