23 lines
468 B
Makefile
23 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.1 1998/08/29 12:55:17 garbled Exp $
|
|
|
|
DISTNAME= nethack-3.2.2
|
|
PKGNAME= nethack-3.2.2
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= root@garbled.net
|
|
|
|
DEPENDS+= nethack-tty-3.2.2:../nethack-tty
|
|
DEPENDS+= nethack-x11-3.2.2:../nethack-x11
|
|
DEPENDS+= nethack-qt-3.2.2:../nethack-qt
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_PATCH= yes
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <../../mk/bsd.pkg.mk>
|