blob: a80d4e696100b72a8d8a7d7e1ad1654c1fa3007e (
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
|
# New ports collection makefile for: blue
# Version required: 2.3
# Date created: 6 June 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
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>
|