mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
27 lines
549 B
Makefile
27 lines
549 B
Makefile
# New ports collection makefile for: dopewars
|
|
# Version required: 1.4.3
|
|
# Date created: 16 May 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.2 1999/06/26 08:37:27 cpiazza Exp $
|
|
#
|
|
|
|
DISTNAME= dopewars-1.4.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
|
|
do-build:
|
|
(cd ${WRKSRC} && ${GMAKE})
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dopewars ${PREFIX}/bin
|
|
|
|
post-install:
|
|
@${ECHO} "===> Run 'dopewars -h' for usage options."
|
|
|
|
.include <bsd.port.mk>
|