mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
31 lines
643 B
Makefile
31 lines
643 B
Makefile
|
# New ports collection makefile for: battleball
|
||
|
# Version required: 2.0
|
||
|
# Date created: 18 December 1998
|
||
|
# Whom: Andrey Zakhvatov
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= battleball.20.src
|
||
|
PKGNAME= battleball-2.0
|
||
|
CATEGORIES= games
|
||
|
MASTER_SITES= http://www.cs.utexas.edu/users/pahardin/
|
||
|
|
||
|
MAINTAINER= andy@icc.surw.chel.su
|
||
|
|
||
|
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>
|