blob: 91e3fcadfceb5dd62c25e918da897c876b8a6f2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|