diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-26 19:11:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-26 19:11:04 +0000 |
commit | 3e78114e4987412f584d47f0f1137e52d6f0ce3b (patch) | |
tree | 42767ecd1ea44e548cea9a72a86ccb96be2bd397 /games/nethack-x11/Makefile | |
parent | 4b3a7beb43381f80b8bce33951c289b6b7ad0125 (diff) | |
download | pkgsrc-3e78114e4987412f584d47f0f1137e52d6f0ce3b.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'games/nethack-x11/Makefile')
-rw-r--r-- | games/nethack-x11/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index 98eb3b45916..8f660affe47 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/16 15:10:55 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/06/26 19:11:04 jlam Exp $ # .include "../nethack-lib/Makefile.common" @@ -12,7 +12,8 @@ CATEGORIES+= x11 DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib USE_X11= YES -USE_XPM= YES +USE_BUILDLINK_ONLY= YES + ALL_TARGET= x11tiles nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-x11 @@ -23,4 +24,5 @@ ALLFILES= ${DISTFILES} # don't checksum shared patches post-install: @${INSTALL_DATA} ${WRKSRC}/dat/x11tiles ${PREFIX}/share/nethackdir +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |