freebsd-ports/games/gomoku.app/Makefile
Dirk Meyer 78917e617a - Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR:		50479
2003-04-13 07:38:27 +00:00

31 lines
662 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.6
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/
DISTNAME= Gomoku-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep Gomoku game
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
USE_GMAKE= yes
MAKEFILE= GNUmakefile
ALL_TARGET=
.include <bsd.port.pre.mk>
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
.include <bsd.port.post.mk>