freebsd-ports/games/gomoku.app/Makefile

25 lines
528 B
Makefile
Raw Normal View History

# New ports collection makefile for: Gomoku
# Date created: 19 Sep 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
2006-10-31 06:27:45 +01:00
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
2003-02-20 19:26:42 +01:00
COMMENT= GNUstep Gomoku game
USE_GNUSTEP= yes
2006-03-19 05:35:47 +01:00
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
.include <bsd.port.mk>