1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/blue/Makefile
Michael Haro 9b9655002b update to 2.4
PR:		15564
Submitted by:	Alexander Langer <alex@big.endian.de>
1999-12-24 19:13:29 +00:00

23 lines
440 B
Makefile

# New ports collection makefile for: blue
# Version required: 2.4
# Date created: 6 June 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= blue-2.4
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MAINTAINER= andy@icc.surw.chel.su
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>