blob: 9e045f2781a582258461a50e12762351c5dcc4ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: xcept
# Date created: Sep 1, 1996
# Whom: joerg
#
# $FreeBSD$
#
PORTNAME= xcept
PORTVERSION= 2.1.2
PORTREVISION= 5
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= joerg
MAINTAINER= joerg@FreeBSD.org
COMMENT= A decoder for the CEPT (Btx) protocol
USE_XORG= x11
MAN1= xcept.1
MAN8= ceptd.8
MANCOMPRESSED= maybe
WRKSRC= ${WRKDIR}/XCept-${PORTVERSION}
.include <bsd.port.mk>
|