2010-11-16 11:23:25 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2010/11/16 11:23:28 espie Exp $
|
2001-05-06 01:06:09 +00:00
|
|
|
|
2007-09-15 18:01:00 +00:00
|
|
|
COMMENT= save your computers from the evil clutches of Bill
|
1997-12-20 03:22:28 +00:00
|
|
|
|
2007-12-05 15:45:18 +00:00
|
|
|
DISTNAME= xbill-2.1
|
2010-11-16 11:23:25 +00:00
|
|
|
REVISION = 0
|
2000-07-02 11:17:13 +00:00
|
|
|
CATEGORIES= games x11
|
2002-10-26 20:44:38 +00:00
|
|
|
|
2007-12-05 15:45:18 +00:00
|
|
|
HOMEPAGE= http://www.xbill.org/
|
1997-12-20 03:22:28 +00:00
|
|
|
|
2007-12-05 15:45:18 +00:00
|
|
|
# GPL
|
2000-06-02 16:46:39 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-13 14:54:30 +00:00
|
|
|
|
2007-12-05 15:45:18 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/
|
|
|
|
|
2009-08-10 06:29:51 +00:00
|
|
|
WANTLIB= ICE SM X11 Xaw Xmu Xpm Xt c pthread-stubs xcb
|
2007-12-05 15:45:18 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=simple
|
|
|
|
CONFIGURE_ARGS= --with-x \
|
|
|
|
--disable-motif \
|
|
|
|
--disable-gtk
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2010-10-18 18:00:15 +00:00
|
|
|
USE_GROFF = Yes
|
2002-10-26 20:44:38 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1997-12-20 03:22:28 +00:00
|
|
|
post-install:
|
2000-07-02 11:17:13 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/xbill
|
2004-09-30 22:15:42 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xbill
|
|
|
|
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xbill/xbill.scores
|
1997-12-20 03:22:28 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|