mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
25 lines
528 B
Makefile
25 lines
528 B
Makefile
# New ports collection makefile for: Gomoku
|
|
# Date created: 19 Sep 2000
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gomoku
|
|
PORTVERSION= 1.2.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/
|
|
DISTNAME= Gomoku-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= GNUstep Gomoku game
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|