blob: 1a2f8d9bf944bad9fca854e14a994194c9694f0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:25 tron Exp $
#
DISTNAME= xnibbles-1.0BETA4
PKGNAME= xnibbles-1.0b4
CATEGORIES= games x11
MASTER_SITES= http://www.tjhsst.edu/xnibbles/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.tjhsst.edu/xnibbles/
USE_X11BASE= YES
USE_XPM= YES
USE_GMAKE= YES
WRKSRC= ${WRKDIR}/xnibbles
ALL_TARGET= netbsd
.include "../../mk/bsd.pkg.mk"
|