aboutsummaryrefslogtreecommitdiffstats
path: root/games/dopewars/Makefile
blob: 760fb9a29f33aa1f8188d70ec1a4e48cb641849c (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
# New ports collection makefile for:    dopewars
# Version required:     1.4.3
# Date created:         16 May 1999
# Whom:             Jim Mock <jim@phrantic.phear.net>
#
# $Id: Makefile,v 1.1.1.1 1999/06/06 17:44:29 steve Exp $
#

DISTNAME=   dopewars-1.4.3
CATEGORIES= games
MASTER_SITES=   http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/

MAINTAINER= jim@phrantic.phear.net

USE_GMAKE=  yes

do-build:
    (cd ${WRKSRC} && ${GMAKE})

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/dopewars ${PREFIX}/bin

post-install:
    @${ECHO} "      "
    @${ECHO} "===> Run 'dopewars -h' for usage options."
    @${ECHO} "      "

.include <bsd.port.mk>