freebsd-ports/graphics/libspiro/Makefile
Carlo Strub db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00

25 lines
511 B
Makefile

# New ports collection makefile for: libspiro
# Date created: 10 Janurary 2008
# Whom: Naram Qashat <cyberbotx@cyberbotx.com>
#
# $FreeBSD$
#
PORTNAME= libspiro
DISTVERSION= 20071029
CATEGORIES= graphics
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_src-${PORTVERSION}
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Library to convert clothoid splines into Bezier splines
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
.include <bsd.port.mk>