mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
The version 0.3.5 is a bugfix and enhancement release for the 0.3 branch. * Added ctpl_value_take_string() to reduce memory copies, and used it internally where appropriate; * Fixed build with GCC 14; https://git.tuxfamily.org/ctpl/ctpl.git/tree/NEWS + Add DOCS option + Add TEST_TARGET * Fix dependencies * Improve pkg-descr * Sort entries - Remove GNU_CONFIGURE_MANPREFIX PR: 285695
32 lines
664 B
Makefile
32 lines
664 B
Makefile
PORTNAME= ctpl
|
|
DISTVERSION= 0.3.5
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= https://git.tuxfamily.org/ctpl/ctpl.git/snapshot/
|
|
|
|
MAINTAINER= alster@vinterdalen.se
|
|
COMMENT= C Template (Parser) Library
|
|
WWW= https://ctpl.tuxfamily.org/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
|
|
|
|
USES= autoreconf gettext-tools gmake gnome libtool pathfix pkgconfig
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check # PASS: 4/4
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
DOCS_CONFIGURE_ENABLE= gtk-doc
|
|
NLS_USES= gettext-runtime
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
.include <bsd.port.mk>
|