freebsd-ports/comms/xcept/Makefile
Joerg Wunsch 18666fbe54 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...
1996-09-01 14:14:14 +00:00

20 lines
391 B
Makefile

# 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>