1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/games/sdl-ball/Makefile

36 lines
717 B
Makefile
Raw Normal View History

# New ports collection makefile for: sdl-ball
# Date created: 22 Apr 2008
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sdl-ball
2009-02-01 16:18:22 +00:00
PORTVERSION= 1.01
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Arkanoid/Breakout clone with pretty graphics
USE_BZIP2= yes
2008-10-09 14:51:28 +00:00
USE_SDL= sdl mixer image ttf
USE_GL= gl glu
2008-11-12 22:46:29 +00:00
MAKE_ENV= DATADIR=${DATADIR}/
WRKSRC= ${WRKDIR}/${PORTNAME}
2009-02-01 16:18:22 +00:00
PORTDOCS= *
do-install:
2009-02-01 16:18:22 +00:00
${INSTALL_PROGRAM} ${WRKSRC}/sdl-ball ${PREFIX}/bin/
${MKDIR} ${DATADIR}
2009-02-01 16:18:22 +00:00
cd ${WRKSRC}/themes && ${COPYTREE_SHARE} . ${DATADIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
.include <bsd.port.mk>