freebsd-ports/games/blue/Makefile
Thomas Abthorpe 531fedaadc - Reassign to the heap
PR:		ports/155507 ports/155508
2011-03-13 06:08:53 +00:00

33 lines
728 B
Makefile

# New ports collection makefile for: blue
# Date created: 6 June 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= blue
PORTVERSION= 2.10
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/bluemoon/
DISTNAME= bluemoon-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Blue Moon card solitaire
USE_GMAKE= yes
ALL_TARGET= bluemoon
PLIST_FILES= bin/blue bin/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>