openbsd-ports/comms/xcept/Makefile
2007-09-16 01:37:09 +00:00

25 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.25 2007/09/16 01:37:10 merdely Exp $
COMMENT= decoder for the CEPT (Btx) protocol
DISTNAME= xcept-2.1.2
PKGNAME= ${DISTNAME}p2
CATEGORIES= comms
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 c
MAKE_FLAGS= SYSCONFDIR="${SYSCONFDIR}"
USE_X11= Yes
CFLAGS+=-Dlog=logit
WRKDIST= ${WRKDIR}/XCept-2.1.2
NO_REGRESS= Yes
.include <bsd.port.mk>