1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/battleball/Makefile

31 lines
650 B
Makefile

# New ports collection makefile for: battleball
# Date created: 18 December 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= battleball
PORTVERSION= 2.0
CATEGORIES= games
MASTER_SITES= http://www.cs.utexas.edu/users/pahardin/
DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src
MAINTAINER= will@FreeBSD.org
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/bb-2.0
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/battleball
.for file in CHANGELOG README
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/battleball
.endfor
.endif
.include <bsd.port.mk>