blob: 6e48c8ac3835be2cd3b1a691b4dbacf51964dbd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.1.1.1 1999/10/14 23:32:16 hubertf Exp $
#
DISTNAME= xarchon-0.42
CATEGORIES= games x11
MASTER_SITES= http://xarchon.seul.org/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://xarchon.seul.org/
#DEPENDS+= xpm
#DEPENDS+= gtk
#DEPENDS+= glib
#DEPENDS+= esd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-xpm-prefix=${X11BASE} \
--with-gtk-prefix=${X11BASE} \
--with-esd-prefix=${LOCALBASE}
.include "../../mk/bsd.pkg.mk"
|