1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/games/blue/Makefile
Kirill Ponomarev 9ae2972031 - Update to version 2.9
PR:		61246
Submitted by:	Ports Fury
2004-01-12 13:55:32 +00:00

34 lines
711 B
Makefile

# New ports collection makefile for: blue
# Date created: 6 June 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= blue
PORTVERSION= 2.9
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/bluemoon/
DISTNAME= bluemoon-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Blue Moon card solitaire
USE_REINPLACE= yes
USE_GMAKE= yes
ALL_TARGET= bluemoon
MAN6= bluemoon.6
MLINKS= bluemoon.6 blue.6
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS?=|g ; \
s|cc |$$(CC) |g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bluemoon ${PREFIX}/bin
@${LN} -sf bluemoon ${PREFIX}/bin/blue
${INSTALL_MAN} ${WRKSRC}/bluemoon.6 ${MANPREFIX}/man/man6
.include <bsd.port.mk>