diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-23 11:19:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-23 11:19:22 +0000 |
commit | fd6a487b0a084cdf3df21b87f86f4a22ec554805 (patch) | |
tree | af7614f75041731972f5a39b74caa296f6d1adfe /palm | |
parent | 0b86a909bedd0fec795032c0df3badaae65946da (diff) | |
download | ports-fd6a487b0a084cdf3df21b87f86f4a22ec554805.tar.gz ports-fd6a487b0a084cdf3df21b87f86f4a22ec554805.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/imgvtopgm/Makefile | 4 |
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> |