openbsd-ports/games/xbill/Makefile

35 lines
758 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2009/08/10 06:31:43 kili Exp $
COMMENT= save your computers from the evil clutches of Bill
1997-12-19 22:22:28 -05:00
DISTNAME= xbill-2.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= games x11
2002-10-26 16:44:38 -04:00
HOMEPAGE= http://www.xbill.org/
1997-12-19 22:22:28 -05:00
# GPL
2000-06-02 12:46:39 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 09:54:30 -05:00
MASTER_SITES= ${HOMEPAGE}/download/
WANTLIB= ICE SM X11 Xaw Xmu Xpm Xt c pthread-stubs xcb
CONFIGURE_STYLE=simple
CONFIGURE_ARGS= --with-x \
--disable-motif \
--disable-gtk
2000-02-12 03:02:07 -05:00
2006-11-13 05:08:12 -05:00
USE_X11= Yes
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
2004-09-30 18:15:42 -04:00
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xbill
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xbill/xbill.scores
1997-12-19 22:22:28 -05:00
.include <bsd.port.mk>