freebsd-ports/games/znibbles/Makefile
Pav Lucistnik 398656b214 - Mark BROKEN on amd64 with gcc42
Reported by:	pointyhat
Approved by:	portmgr (hat)
2007-11-23 20:05:34 +00:00

31 lines
653 B
Makefile

# New ports collection makefile for: znibbles
# Date created: 21 Aug 1999
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= znibbles
PORTVERSION= 0.0.7
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://koala.ilog.fr/ftp/pub/games/znibbles/
MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= A multi-player networked nibbles game
USE_MOTIF= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-motif \
--disable-motif
MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042 && ${ARCH} == amd64
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>