1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/games/deal/Makefile
Martin Wilke 6e9c04c4e7 Update to 2.4
PR:		ports/99411
Submitted by:	miwi
Approved by:	markus (co mentor)
2006-06-24 20:14:42 +00:00

29 lines
571 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.mk>