openbsd-ports/comms/xcept/Makefile
2010-10-18 16:52:44 +00:00

27 lines
462 B
Makefile

# $OpenBSD: Makefile,v 1.28 2010/10/18 16:57:49 espie Exp $
COMMENT= decoder for the CEPT (Btx) protocol
DISTNAME= xcept-2.1.2
REVISION= 3
CATEGORIES= comms
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 c pthread-stubs xcb
MAKE_FLAGS= SYSCONFDIR="${SYSCONFDIR}"
USE_X11= Yes
USE_GROFF = Yes
CFLAGS+=-Dlog=logit
WRKDIST= ${WRKDIR}/XCept-2.1.2
NO_REGRESS= Yes
.include <bsd.port.mk>