23e0063766
variable substituition of "MASTER_SITES" and "PATCH_SITES".
20 lines
453 B
Makefile
20 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:42 tron Exp $
|
|
#
|
|
|
|
DISTNAME= xbill-2.0
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://www.triangolo.it/~fede/giochi/xbill.html
|
|
|
|
DEPENDS+= xpm-3.4k:../../graphics/xpm
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/xbill.man ${PREFIX}/man/man6/xbill.6
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|