1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/abridge/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

31 lines
553 B
Makefile

# New ports collection makefile for: abridge
# Date created: 19.05.2003
# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu>
#
# $FreeBSD$
PORTNAME= abridge
PORTVERSION= 0.4.0
PORTREVISION= 6
PORTREVISON= 1
CATEGORIES= games
MASTER_SITES= http://www.abridgegame.org/src/
MAINTAINER= Janos.Mohacsi@bsd.hu
COMMENT= Bridge game
USE_WX= 2.4
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
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>