a78637fc37
- add license marker
34 lines
722 B
Makefile
34 lines
722 B
Makefile
# $OpenBSD: Makefile,v 1.21 2007/12/05 15:45:18 ajacoutot Exp $
|
|
|
|
COMMENT= save your computers from the evil clutches of Bill
|
|
|
|
DISTNAME= xbill-2.1
|
|
CATEGORIES= games x11
|
|
|
|
HOMEPAGE= http://www.xbill.org/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/
|
|
|
|
WANTLIB= ICE SM X11 Xaw Xmu Xpm Xt c
|
|
|
|
CONFIGURE_STYLE=simple
|
|
CONFIGURE_ARGS= --with-x \
|
|
--disable-motif \
|
|
--disable-gtk
|
|
|
|
USE_X11= Yes
|
|
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>
|