blob: c27927e0d7885dfb486b8815d56fda0d97b61cee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:30 joerg Exp $
#
DISTNAME= bluemoon-1.1.2
CATEGORIES= games
MASTER_SITES= http://keldon.net/bluemoon/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://keldon.net/bluemoon/
COMMENT= Blue Moon game with AI
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|