freebsd-ports/games/deal/Makefile
Edwin Groothuis b8a64d94ec PERL -> REINPLACE
and USE_PERL5 in some places

Noticed by: bento
2002-11-04 03:17:29 +00:00

27 lines
524 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.1
CATEGORIES= games
MASTER_SITES= http://www.tuxedo.org/~esr/deal/
MAINTAINER= markp@FreeBSD.org
ALL_TARGET= deal
USE_REINPLACE= yes
MAN1= deal.1
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>