aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libcfg/Makefile
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-03-23 23:53:22 +0800
committermm <mm@FreeBSD.org>2011-03-23 23:53:22 +0800
commit2d8dfecd9bef3b850f2cac24358872a1ec5d9522 (patch)
tree01f7b01109af1e01a56d6eb98ab2b351c00a5a69 /devel/libcfg/Makefile
parentafe12c0066660248e95ae225e1b1cd3d085943aa (diff)
downloadfreebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.gz
freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.zst
freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.zip
- Add LICENSE knob(s)
Diffstat (limited to 'devel/libcfg/Makefile')
-rw-r--r--devel/libcfg/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libcfg/Makefile b/devel/libcfg/Makefile
index 094bcdd14dde..81a149186533 100644
--- a/devel/libcfg/Makefile
+++ b/devel/libcfg/Makefile
@@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}+-${DISTVERSION}
MAINTAINER= mm@FreeBSD.org
COMMENT= Library for command line and configuration file parsing
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -53,7 +56,7 @@ post-install:
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for FILE in AUTHORS COPYING README TODO
+.for FILE in AUTHORS README TODO
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.if defined(WITH_HTMLDOCS)