2013-09-20 18:35:44 +00:00
|
|
|
# Created by: Naram Qashat <cyberbotx@cyberbotx.com>
|
2008-01-12 16:16:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libspiro
|
|
|
|
DISTVERSION= 20071029
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= SF
|
|
|
|
DISTNAME= ${PORTNAME}_src-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= cyberbotx@cyberbotx.com
|
2012-07-29 11:17:02 +00:00
|
|
|
COMMENT= Library to convert clothoid splines into Bezier splines
|
2008-01-12 16:16:57 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
|
|
|
|
2013-09-20 18:35:44 +00:00
|
|
|
NO_STAGE= yes
|
2008-01-12 16:16:57 +00:00
|
|
|
.include <bsd.port.mk>
|