aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-23 11:19:22 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-23 11:19:22 +0000
commitfd6a487b0a084cdf3df21b87f86f4a22ec554805 (patch)
treeaf7614f75041731972f5a39b74caa296f6d1adfe /palm
parent0b86a909bedd0fec795032c0df3badaae65946da (diff)
downloadports-fd6a487b0a084cdf3df21b87f86f4a22ec554805.tar.gz
ports-fd6a487b0a084cdf3df21b87f86f4a22ec554805.zip
- Add LICENSE
- Remove useless clause
Notes
Notes: svn path=/head/; revision=402271
Diffstat (limited to 'palm')
-rw-r--r--palm/imgvtopgm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/palm/imgvtopgm/Makefile b/palm/imgvtopgm/Makefile
index 72ea1700120c..86e9c690b850 100644
--- a/palm/imgvtopgm/Makefile
+++ b/palm/imgvtopgm/Makefile
@@ -10,9 +10,11 @@ MASTER_SITES= http://linuxmafia.com/pub/palmos/other-os/
MAINTAINER= ports@FreeBSD.org
COMMENT= Palm Pilot Image Viewer to PGM Converter
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libnetpbm.so:${PORTSDIR}/graphics/netpbm
GNU_CONFIGURE= yes
-CONFIGUR_ARGS= --libdir=${PREFIX}
.include <bsd.port.mk>