freebsd-ports/games/abridge/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

31 lines
624 B
Makefile

# New ports collection makefile for: abridge
# Date created: 19.05.2003
# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu>
#
# $FreeBSD$
PORTNAME= abridge
DISTVERSION= 0.4.0-1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.abridgegame.org/debian/unstable/
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Bridge game
USE_WX= 2.4
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-0.4.0
MAN1= abridge.1
PLIST_FILES= bin/abridge
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
.endif
.include <bsd.port.post.mk>