aboutsummaryrefslogtreecommitdiff
path: root/games/blue/Makefile
blob: c4faaeb02df05eec62b8f8c2ca170e5d2a23dfd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	blue
# Date created:				6 June 1997
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=	blue
PORTVERSION=	2.4
CATEGORIES=	games
MASTER_SITES=	http://www.tuxedo.org/~esr/blue/

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	A Blue Moon card solitaire

ALL_TARGET=	# empty
MAN6=		blue.6

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/blue ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/blue.6 ${MANPREFIX}/man/man6

.include <bsd.port.mk>