blob: c73a537dc9df810c3573b24c4b297a45e5cf8337 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.3 2000/05/29 16:40:55 jlam Exp $
DISTNAME= xpuyopuyo-0.3.8
CATEGORIES= games x11
MASTER_SITES= http://chaos2.org/xpuyopuyo/ \
http://lenin.dabney.caltech.edu./~justins/xpuyopuyo/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://chaos2.org/xpuyopuyo/
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= xpm-*:../../graphics/xpm
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-gnome
.include "../../mk/bsd.pkg.mk"
|