openbsd-ports/comms/xcept/Makefile

25 lines
440 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2007/09/16 01:37:10 merdely Exp $
2001-05-05 18:39:36 -04:00
COMMENT= decoder for the CEPT (Btx) protocol
1997-12-31 11:50:28 -05:00
DISTNAME= xcept-2.1.2
2004-11-13 07:15:47 -05:00
PKGNAME= ${DISTNAME}p2
1997-12-31 11:50:28 -05:00
CATEGORIES= comms
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-21 17:29:50 -05:00
WANTLIB= X11 c
2000-02-12 01:29:49 -05:00
MAKE_FLAGS= SYSCONFDIR="${SYSCONFDIR}"
1998-10-07 15:27:38 -04:00
2003-03-31 07:52:10 -05:00
USE_X11= Yes
CFLAGS+=-Dlog=logit
WRKDIST= ${WRKDIR}/XCept-2.1.2
1997-12-31 11:50:28 -05:00
2002-10-25 07:34:24 -04:00
NO_REGRESS= Yes
1997-12-31 11:50:28 -05:00
.include <bsd.port.mk>