freebsd-ports/textproc/ctpl/Makefile
Dmitry Marakasov 65d20699b6 - Convert textproc/ctpl to USES=libtool, drop .la files
- Bump dependent port (devel/geany-plugin-gendoc) as .so version has changed

Approved by:	portmgr blanket
2014-06-20 10:45:05 +00:00

18 lines
329 B
Makefile

# $FreeBSD$
PORTNAME= ctpl
PORTVERSION= 0.3.3
PORTREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/
MAINTAINER= makc@FreeBSD.org
COMMENT= C Template (Parser) Library
GNU_CONFIGURE= yes
USE_GNOME= glib20
USES= pathfix pkgconfig libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>