1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/ctpl/Makefile
Max Brazhnikov 21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00

17 lines
305 B
Makefile

# $FreeBSD$
PORTNAME= ctpl
PORTVERSION= 0.3.3
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
USE_LDCONFIG= yes
.include <bsd.port.mk>