svn commit: r330579 - head/graphics/kudu

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 17 01:00:10 UTC 2013


Author: amdmi3
Date: Thu Oct 17 01:00:09 2013
New Revision: 330579
URL: http://svnweb.freebsd.org/changeset/ports/330579

Log:
  - Support staging
  - Use new LIB_DEPENDS syntax

Deleted:
  head/graphics/kudu/pkg-plist
Modified:
  head/graphics/kudu/Makefile

Modified: head/graphics/kudu/Makefile
==============================================================================
--- head/graphics/kudu/Makefile	Thu Oct 17 00:59:55 2013	(r330578)
+++ head/graphics/kudu/Makefile	Thu Oct 17 01:00:09 2013	(r330579)
@@ -12,19 +12,22 @@ COMMENT=	3D skeletal animation tool, pow
 
 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
 


More information about the svn-ports-all mailing list