freebsd-ports/games/blue/Makefile
Masafumi Max NAKANE 932839e220 Newport, blue:
A Blue Moon card solitaire

PR:		3921
Submitted by:	 Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-07-01 23:01:29 +00:00

24 lines
453 B
Makefile

# New ports collection makefile for: blue
# Version required: 2.3
# Date created: 6 June 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= blue-2.3
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MAINTAINER= andy@icc.surw.chel.su
NO_WRKSUBDIR= yes
ALL_TARGET=
MAN6= blue.6
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/blue ${PREFIX}/bin/blue
@ ${INSTALL_MAN} ${WRKSRC}/blue.6 ${PREFIX}/man/man6
.include <bsd.port.mk>