mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# New ports collection makefile for: baduki
|
|
# Date created: 11 December 1999
|
|
# Whom: spcoltri@unm.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= baduki
|
|
PORTVERSION= 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>
|