mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
0231887553
Found by: bento
34 lines
775 B
Makefile
34 lines
775 B
Makefile
# New ports collection makefile for: battleball
|
|
# Date created: 18 December 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= battleball
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://tzo.linux.tucows.com/files/x11/entertain/ \
|
|
http://fundy.linux.tucows.com/files/x11/entertain/
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
|
|
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
|
|
|
|
USE_X_PREFIX= yes
|
|
WRKSRC= ${WRKDIR}/battleball-2.1-src
|
|
|
|
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>
|