freebsd-ports/games/deal/Makefile
2007-04-21 17:30:36 +00:00

38 lines
729 B
Makefile

# New ports collection makefile for: deal
# Date created: Apr 2, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= deal
PORTVERSION= 2.4
CATEGORIES= games
MASTER_SITES= http://catb.org/~esr/deal/
MAINTAINER= ports@FreeBSD.org
COMMENT= A calculator for card-draw probabilities
ALL_TARGET= deal
MAN1= deal.1
PLIST_FILES= bin/deal
pre-build:
${REINPLACE_CMD} -e "s@-g@${CFLAGS}@g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/deal ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/deal.1 ${PREFIX}/man/man1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700029
BROKEN= Does not compile
.endif
.if ${ARCH} == "ia64"
BROKEN= Does not compile on ia64
.endif
.include <bsd.port.post.mk>