aboutsummaryrefslogtreecommitdiffstats
path: root/games/dopewars/Makefile
blob: b102e6f0c36bbc2e1eddd7f96c6841bcc56d38c1 (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
# Date created:         16 May 1999
# Whom:             Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   dopewars
PORTVERSION=    1.4.8
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/

MAINTAINER= jim@FreeBSD.org

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
    ${SH} pkg-install
.endif

post-install:
    @${ECHO} "===>   Documentation is installed in ${PREFIX}/share/doc/dopewars"
    @${ECHO} "===>   Run 'dopewars -h' for usage options."

.include <bsd.port.mk>