23 lines
563 B
Makefile
23 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.24 2011/01/13 13:37:52 wiz Exp $
|
|
|
|
DISTNAME= teg-0.11.1
|
|
PKGREVISION= 18
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=teg/}
|
|
|
|
MAINTAINER= wrzymski@gmail.com
|
|
HOMEPAGE= http://teg.sourceforge.net/
|
|
COMMENT= Round-based computer board game
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= intltool msgfmt pkg-config
|
|
|
|
GCONF_SCHEMAS+= teg.schemas
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|