1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/graphics/libspiro/Makefile
Dmitry Marakasov fa9536fcc6 - Convert USE_BZIP2 to USES
- Switch to USES=libtool

Approved by:	portmgr blanket
2014-06-23 13:51:52 +00:00

21 lines
451 B
Makefile

# Created by: Naram Qashat <cyberbotx@cyberbotx.com>
# $FreeBSD$
PORTNAME= libspiro
DISTVERSION= 20071029
PORTREVISION= 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:keepla tar:bzip2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
.include <bsd.port.mk>