mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
483 B
Makefile
23 lines
483 B
Makefile
# New ports collection makefile for: dopewars
|
|
# Date created: 16 May 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dopewars
|
|
PORTVERSION= 1.4.8
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${ECHO} "===> Documentation is installed in ${PREFIX}/share/doc/dopewars"
|
|
@${ECHO} "===> Run 'dopewars -h' for usage options."
|
|
|
|
.include <bsd.port.mk>
|