freebsd-ports/games/blue/Makefile

22 lines
417 B
Makefile

# New ports collection makefile for: blue
# Date created: 6 June 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= blue
PORTVERSION= 2.4
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MAINTAINER= ports@FreeBSD.org
ALL_TARGET= # empty
MAN6= blue.6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/blue ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/blue.6 ${PREFIX}/man/man6
.include <bsd.port.mk>