aboutsummaryrefslogtreecommitdiffstats
path: root/games/starlanes/Makefile
blob: ede216db8ca165e8d6857b0d3613f6a2123c2617 (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
25
26
27
28
29
# New ports collection makefile for:    starlanes
# Version required:         1.2.2
# Date created:             7 May 1997
# Whom:                 Andrey Zakhvatov
#
# $Id$
#

DISTNAME=       starlanes-1.2.2
CATEGORIES=     games
MASTER_SITES=       ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy

MAINTAINER=     andy@icc.surw.chel.su

ALL_TARGET=
MAN6=           starlanes.6

pre-build:
    @ ${RM} ${WRKSRC}/starlanes

do-install:
    @ ${INSTALL_PROGRAM} ${WRKSRC}/starlanes ${PREFIX}/bin/starlanes
    @ ${INSTALL_MAN} ${WRKSRC}/starlanes.6 ${PREFIX}/man/man6
    @ ${MKDIR} ${PREFIX}/share/doc/starlanes
    @ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/starlanes/COPYING
    @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/starlanes/README

.include <bsd.port.mk>