summaryrefslogtreecommitdiff
path: root/comms/tkhylafax/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-12-31 02:10:13 +0100
committerRene Ladan <rene@FreeBSD.org>2022-12-31 02:11:35 +0100
commit51c097e06436c0ad91486387238a0d2e75d6a284 (patch)
treefc5a1934475932834f1dd6b5e65d2f7b10f4fd1b /comms/tkhylafax/Makefile
parentgames/scorched3d: Cleanup EXPIRED ports (diff)
cleanup: Remove expired ports:
2022-09-30 comms/hylafax: dead upstream, someone port hylafax+ from sourceforge.net instead 2022-12-31 comms/tkhylafax: Depends on expired comms/hylafax
Diffstat (limited to '')
-rw-r--r--comms/tkhylafax/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile
deleted file mode 100644
index 6ded4555b549..000000000000
--- a/comms/tkhylafax/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= tkhylafax
-PORTVERSION= 3.2b
-PORTREVISION= 6
-CATEGORIES= comms tk
-MASTER_SITES= ftp://ftp.hylafax.org/contrib/tkhylafax/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Tcl/tk interface to Sam Leffler's fax package
-
-DEPRECATED= Depends on expired comms/hylafax
-EXPIRATION_DATE=2022-12-31
-
-RUN_DEPENDS= sendfax:comms/hylafax \
- gv:print/gv
-
-USES= tk:run
-
-WRKSRC= ${WRKDIR}/tkhylafax
-MAKE_ARGS= STAGEDIR=${STAGEDIR} PREFIX=${STAGEDIR}${PREFIX} TCLSH=${TCLSH} WISH=${WISH}
-
-.include <bsd.port.mk>