diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-07-13 09:56:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-07-13 09:56:57 +0000 |
commit | 52bcd873074cd31999123da93989c867bd7a9391 (patch) | |
tree | e6a0b56582f7e72eab923416bb57d0c2a4c236a6 /palm | |
parent | 3617a923a8216bf547f3dc76e52a537566862885 (diff) |
Deprecate unmaintained ports under the NONE license
Notes
Notes:
svn path=/head/; revision=474572
Diffstat (limited to 'palm')
-rw-r--r-- | palm/ppmtoTbmp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/palm/ppmtoTbmp/Makefile b/palm/ppmtoTbmp/Makefile index fd4d4b6edd9e..6eb7a97d0a96 100644 --- a/palm/ppmtoTbmp/Makefile +++ b/palm/ppmtoTbmp/Makefile @@ -12,6 +12,9 @@ COMMENT= PPM to Pilot bitmap converter LICENSE= NONE +DEPRECATED= unknown license +EXPIRATION_DATE= 2018-08-15 + LIB_DEPENDS= libnetpbm.so:graphics/netpbm USES= localbase:ldflags |