aboutsummaryrefslogtreecommitdiffstats
path: root/games/galaxis/Makefile
blob: e9dd9273c0f877f4629647583466830cadc4516d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    galaxis
# Version required:         1.1
# Date created:             30 June 1997
# Whom:                 Andrey Zakhvatov
#
# $Id$
#

DISTNAME=       galaxis-1.1
CATEGORIES=     games
MASTER_SITES=       ftp://locke.ccil.org/pub/esr/

MAINTAINER=     andy@icc.surw.chel.su

ALL_TARGET=
MAN6=           galaxis.6

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

.include <bsd.port.mk>