freebsd-ports/games/gshisen/Makefile

37 lines
809 B
Makefile
Raw Normal View History

# New ports collection makefile for: GShisen
# Date created: 12 Jun 2001
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gshisen
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= games
# not up to date: http://www.gnustep.it/enrico/gshisen/
2003-09-06 23:12:23 +02:00
MASTER_SITES= http://www.imago.ro/gshisen/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dinoex
2002-10-27 10:27:16 +01:00
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= Mahjongg-kind of game that uses the GNUstep toolkit
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
WRKSRC= ${WRKDIR}/GShisen
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE=
2004-03-14 04:41:52 +01:00
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Does not compile on alpha 4.x"
.endif
.include <bsd.port.post.mk>