blob: a32a8bf9ab44128c3a977161ba6231957033d896 (
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.6 2006/03/21 06:00:45 jlam Exp $
DISTNAME= teg-0.11.1
PKGREVISION= 5
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=teg/}
MAINTAINER= wrzymski@gmail.com
HOMEPAGE= http://teg.sourceforge.net/
COMMENT= Round-based computer board game
USE_DIRS= xdg-1.2 gnome2-1.5
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
GCONF2_SCHEMAS+= teg.schemas
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../mk/bsd.pkg.mk"
|