summaryrefslogtreecommitdiffstats
path: root/graphics/cal3d/Makefile
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-09-22 17:20:56 +0000
committervs <vs@FreeBSD.org>2005-09-22 17:20:56 +0000
commit88142e0436175023b0a930dfb389e0266aea1572 (patch)
tree27f8fff83be5c82576174b1cbcde161122caf4f4 /graphics/cal3d/Makefile
parent7bba43ceb15442a48e6639034797b3ea3940f3bb (diff)
downloadFreeBSD-ports-88142e0436175023b0a930dfb389e0266aea1572.zip
FreeBSD-ports-88142e0436175023b0a930dfb389e0266aea1572.tar.gz
Update to 0.10.0
PR: ports/86367 Submitted by: maintainer
Diffstat (limited to 'graphics/cal3d/Makefile')
-rw-r--r--graphics/cal3d/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile
index 4de0328..180460b 100644
--- a/graphics/cal3d/Makefile
+++ b/graphics/cal3d/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= cal3d
-PORTVERSION= 0.9.1
+PORTVERSION= 0.10.0
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTFILES= ${PORTNAME}-full-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= sw@gegenunendlich.de
COMMENT= Skeletal based 3d character animation library written in C++
@@ -17,14 +18,17 @@ COMMENT= Skeletal based 3d character animation library written in C++
USE_BZIP2= yes
USE_GNOME= pkgconfig
USE_AUTOMAKE_VER= 19
+AUTOMAKE_ARGS= "--add-missing"
USE_AUTOHEADER_VER= 259
-USE_LIBTOOL_VER= 15
+USE_INC_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
+CONFIGURE_ARGS+= --disable-static
.include <bsd.port.pre.mk>
-pre-configure:
- cd ${WRKSRC} && ${ACLOCAL}
+post-patch:
+ cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
cd ${WRKSRC} && ${AUTOHEADER}
+ cd ${WRKSRC} && ${LIBTOOLIZE} --automake --force
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud