3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
25 lines
468 B
Makefile
25 lines
468 B
Makefile
# 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>
|