pkgsrc/games/cgoban/Makefile

24 lines
573 B
Makefile
Raw Normal View History

2010-01-29 21:15:46 +01:00
# $NetBSD: Makefile,v 1.16 2010/01/29 20:22:11 joerg Exp $
DISTNAME= cgoban-1.9.14
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgoban1/}
2003-07-17 23:31:04 +02:00
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://cgoban1.sourceforge.net/
COMMENT= The complete goban. A Go server client and sgf viewer/editor
2010-01-29 21:15:46 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/misc
2007-02-02 19:09:23 +01:00
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"