diff options
author | jgh <jgh@FreeBSD.org> | 2019-08-21 05:01:10 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2019-08-21 05:01:10 +0800 |
commit | 9af580980f62735326dfbfe2a74867cd3794f32d (patch) | |
tree | d0751cd4f3b03b49f7387993a76d2842c560d023 /palm | |
parent | 6b10d848c109a4de346361c63a19672dcd684e5c (diff) | |
download | freebsd-ports-gnome-9af580980f62735326dfbfe2a74867cd3794f32d.tar.gz freebsd-ports-gnome-9af580980f62735326dfbfe2a74867cd3794f32d.tar.zst freebsd-ports-gnome-9af580980f62735326dfbfe2a74867cd3794f32d.zip |
- mark deprecated
Approved by: samm@os2.kiev.ua (maintainer)
Diffstat (limited to 'palm')
-rw-r--r-- | palm/jpilot/Makefile | 3 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 302fef2bec40..110ce8db97d5 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -16,6 +16,9 @@ COMMENT= Desktop Organizer Software for the Palm Pilot LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= obsolete technology +EXPIRATION_DATE= 2019-09-20 + LIB_DEPENDS= libpisock.so:palm/pilot-link \ libgcrypt.so:security/libgcrypt diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 33807c092113..3caa3530d035 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -14,6 +14,9 @@ COMMENT= Suite of tools to connect and sync your Palm handheld LICENSE= GPLv2 +DEPRECATED= obsolete technology +EXPIRATION_DATE= 2019-09-20 + BUILD_DEPENDS= xsltproc:textproc/libxslt GNU_CONFIGURE= yes |