openbsd-ports/games/xbill/Makefile

22 lines
475 B
Makefile
Raw Normal View History

2002-05-13 14:50:36 -04:00
# $OpenBSD: Makefile,v 1.14 2002/05/13 18:50:43 espie 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-03-21 15:57:06 -05:00
NEED_VERSION= 1.515
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
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/xbill
1997-12-19 22:22:28 -05:00
.include <bsd.port.mk>