blob: 0f111d0447f8b84072b47e8850e2de2cf7c20267 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.1 1998/08/23 09:55:26 garbled 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/
DEPENDS+= xpm-3.4k:../../graphics/xpm
WRKSRC= ${WRKDIR}/xnibbles
USE_X11= yes
USE_GMAKE= yes
ALL_TARGET= netbsd
.include "../../mk/bsd.pkg.mk"
|