mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19c0d2e421
Another game of Go. PR: 15431 Submitted by: Steve Coltrin <spcoltri@unm.edu>
23 lines
483 B
Makefile
23 lines
483 B
Makefile
# New ports collection makefile for: baduki
|
|
# Version required: 0.2.9
|
|
# Date created: 11 December 1999
|
|
# Whom: spcoltri@unm.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= baduki-0.2.9
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://soback.kornet21.net/~artist/baduk/
|
|
|
|
MAINTAINER= spcoltri@unm.edu
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|