1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/abridge/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

34 lines
649 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= 4
CATEGORIES= games
MASTER_SITES= http://www.abridgegame.org/debian/unstable/
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Bridge game
BROKEN= does not build
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>