aboutsummaryrefslogtreecommitdiffstats
path: root/comms/xcept/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-09-01 22:14:14 +0800
committerjoerg <joerg@FreeBSD.org>1996-09-01 22:14:14 +0800
commit3ccae69f1260ceb3e829320bcea3a28e6054a9bc (patch)
treeea9ba10a838d20be69fb9a33929595d006d063a6 /comms/xcept/Makefile
parent59e54a83f389eebf6a8164e6c0bdf60e22f68fb9 (diff)
downloadfreebsd-ports-gnome-3ccae69f1260ceb3e829320bcea3a28e6054a9bc.tar.gz
freebsd-ports-gnome-3ccae69f1260ceb3e829320bcea3a28e6054a9bc.tar.zst
freebsd-ports-gnome-3ccae69f1260ceb3e829320bcea3a28e6054a9bc.zip
XCept - a decoder for the CEPT protocol as it is in use in the Btx
service of the Deutsche Telekom. XCept 2 is freeware (BSD-style copyright), but has later been replaced by the commercial XCept 3. The authors no longer distribute or support this old version. I cannot build it on freefall's 2.1.x system, but it builds fine on my 2.2-current. thud seems to be down...
Diffstat (limited to 'comms/xcept/Makefile')
-rw-r--r--comms/xcept/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile
new file mode 100644
index 000000000000..24f3fb69dca8
--- /dev/null
+++ b/comms/xcept/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: xcept
+# Version required: 2.1.2
+# Date created: Sep 1, 1996
+# Whom: joerg
+#
+# $Id$
+#
+
+DISTNAME= xcept-2.1.2
+WRKSRC= ${WRKDIR}/XCept-2.1.2
+CATEGORIES+= comms
+MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/
+
+MAINTAINER= joerg@FreeBSD.ORG
+
+USE_X11= yes
+PREFIX= /usr/local
+
+.include <bsd.port.mk>