1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/games/xword/Makefile
Kris Kennaway 78efa10395 BROKEN on 5.x: Configure fails
Approved by:	portmgr (self)
2004-09-30 05:50:31 +00:00

30 lines
534 B
Makefile

# ex:ts=8
# Ports collection makefile for: xword
# Date created: Nov 1, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xword
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A crossword puzzle application
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk--
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Configure fails on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>