1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/dopewars/Makefile

31 lines
799 B
Makefile
Raw Normal View History

# New ports collection makefile for: dopewars
1999-12-03 20:59:10 +00:00
# Version required: 1.4.6
# Date created: 16 May 1999
1999-08-14 09:49:09 +00:00
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
1999-12-03 20:59:10 +00:00
DISTNAME= dopewars-1.4.6
CATEGORIES= games
MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
1999-08-14 09:49:09 +00:00
MAINTAINER= jim@FreeBSD.org
USE_GMAKE= yes
do-build:
1999-12-03 20:59:10 +00:00
@(cd ${WRKSRC} && ${GMAKE})
do-install:
1999-12-03 20:59:10 +00:00
@${INSTALL_PROGRAM} ${WRKSRC}/dopewars ${PREFIX}/bin
post-install:
1999-12-03 20:59:10 +00:00
@${ECHO} "===> Installing documentation into ${PREFIX}/share/doc/dopewars"
@${MKDIR} ${PREFIX}/share/doc/dopewars && ${CHMOD} a+rx ${PREFIX}/share/doc/dopewars
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dopewars
@${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/dopewars
1999-08-14 09:49:09 +00:00
@${ECHO} "===> Run 'dopewars -h' for usage options."
.include <bsd.port.mk>