freebsd-ports/games/gomoku.app/Makefile
Dirk Meyer 3b6641a158 - new option GNUSTEP_PREFIX
allow user defined location of all files
2006-01-19 12:06:14 +00:00

27 lines
600 B
Makefile

# New ports collection makefile for: Gomoku
# Date created: 19 Sep 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gomoku.app
PORTVERSION= 1.2.7
CATEGORIES= games
MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/
DISTNAME= Gomoku-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep Gomoku game
GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
PREFIX= ${GNUSTEP_PREFIX}
NO_MTREE= yes
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
.include <bsd.port.mk>