aboutsummaryrefslogtreecommitdiff
path: root/graphics/libspiro/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2014-12-28 14:53:29 +0000
committerWen Heping <wen@FreeBSD.org>2014-12-28 14:53:29 +0000
commitee79638eefe1ff38d924093684e9d21a09351925 (patch)
tree7cea6683712a0aa691d4ee225591481213278fff /graphics/libspiro/Makefile
parent8b54fd0c20483dfce886e6e607475e7a97551014 (diff)
downloadports-ee79638eefe1ff38d924093684e9d21a09351925.tar.gz
ports-ee79638eefe1ff38d924093684e9d21a09351925.zip
Notes
Diffstat (limited to 'graphics/libspiro/Makefile')
-rw-r--r--graphics/libspiro/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/libspiro/Makefile b/graphics/libspiro/Makefile
index 67bb316e374c..12c5c1869202 100644
--- a/graphics/libspiro/Makefile
+++ b/graphics/libspiro/Makefile
@@ -2,19 +2,20 @@
# $FreeBSD$
PORTNAME= libspiro
-DISTVERSION= 20071029
-PORTREVISION= 2
+DISTVERSION= 0.2.20131203
+PORTEPOCH= 1
CATEGORIES= graphics
-MASTER_SITES= SF
-DISTNAME= ${PORTNAME}_src-${PORTVERSION}
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Library to convert clothoid splines into Bezier splines
-USES= gmake libtool tar:bzip2
+USE_GITHUB= yes
+GH_ACCOUNT= fontforge
+GH_COMMIT= 15fdb23
+
+USES= gmake libtool autoreconf
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>