openbsd-ports/games/xbill/Makefile

24 lines
473 B
Makefile
Raw Normal View History

2002-10-26 16:44:38 -04:00
# $OpenBSD: Makefile,v 1.15 2002/10/26 20:44:39 naddy Exp $
COMMENT= "save your computers from the evil clutches of Bill"
1997-12-19 22:22:28 -05:00
DISTNAME= xbill-2.0
CATEGORIES= games x11
2002-10-26 16:44:38 -04:00
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
EXTRACT_SUFX= .tgz
1997-12-19 22:22:28 -05:00
2000-06-02 12:46:39 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
CONFIGURE_STYLE= imake
1997-12-19 22:22:28 -05:00
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
1997-12-19 22:22:28 -05:00
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/xbill
1997-12-19 22:22:28 -05:00
.include <bsd.port.mk>