27 lines
648 B
Makefile
27 lines
648 B
Makefile
# $OpenBSD: Makefile,v 1.17 2004/11/28 22:41:22 espie Exp $
|
|
|
|
COMMENT= "save your computers from the evil clutches of Bill"
|
|
|
|
DISTNAME= xbill-2.0
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c m stdc++
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/xbill
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xbill
|
|
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xbill/xbill.scores
|
|
|
|
.include <bsd.port.mk>
|