Index: head/textproc/ctpl/Makefile =================================================================== --- head/textproc/ctpl/Makefile (revision 425607) +++ head/textproc/ctpl/Makefile (revision 425608) @@ -1,23 +1,26 @@ # $FreeBSD$ PORTNAME= ctpl PORTVERSION= 0.3.4 CATEGORIES= textproc devel MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= C Template (Parser) Library +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USE_GNOME= glib20 USES= pathfix pkgconfig libtool USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime .include Index: head/textproc/ctpl/pkg-descr =================================================================== --- head/textproc/ctpl/pkg-descr (revision 425607) +++ head/textproc/ctpl/pkg-descr (revision 425608) @@ -1,4 +1,4 @@ CTPL is a template engine library. It allows fast and easy parsing of templates and fine control over template parsing environment. -WWW: http://ctpl.tuxfamily.org +WWW: http://ctpl.tuxfamily.org/