diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 12:00:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 12:00:38 +0000 |
commit | 3d21ea67567f23a73b88605f987302eac305a4ce (patch) | |
tree | 4b82a9fca37533edad6b21de74877857a40bb16a /games/xbill | |
parent | fb2e1ca2f6407fdea2278dbd88c9a554d27eacf9 (diff) | |
download | pkgsrc-3d21ea67567f23a73b88605f987302eac305a4ce.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'games/xbill')
-rw-r--r-- | games/xbill/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index eb2712c4bf0..b4a2fcc8c9e 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/09/27 23:18:08 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/21 12:09:16 wiz Exp $ # DISTNAME= xbill-2.0 @@ -12,11 +12,12 @@ COMMENT= stop the dreaded Windows virus from infecting computers CONFLICT= gnome-games-[0-9]* +USE_BUILDLINK2= YES USE_IMAKE= YES -USE_XPM= YES NO_INSTALL_MANPAGES= YES post-install: ${INSTALL_MAN} ${WRKSRC}/xbill.man ${PREFIX}/man/man6/xbill.6 +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |