1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/gltron/Makefile
Will Andrews 052cf380ee Release to the world all of my ports that I don't use, excluding KDE 1,
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.
2001-01-09 00:06:25 +00:00

49 lines
1.1 KiB
Makefile

# New ports collection makefile for: gltron
# Date created: 24 July 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= gltron
PORTVERSION= 0.59
CATEGORIES= games
MASTER_SITES= http://gltron.sourceforge.net/download/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
png.4:${PORTSDIR}/graphics/png
.if defined(NO_SOUND)
SOUND=""
.else
SOUND="-DSOUND"
.endif
USE_X_PREFIX= yes
USE_MESA= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ENV+= OPT="${CFLAGS}" SOUND="${SOUND}"
pre-build:
${PERL} -pi -e "s+#include <SDL\/+#include <+g" ${WRKSRC}/*.[ch]
do-install:
@${MKDIR} ${PREFIX}/share/gltron/ ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/data/*tx* ${WRKSRC}/data/*.png ${WRKSRC}/data/*.obj \
${WRKSRC}/data/*mtl ${WRKSRC}/data/*.it ${WRKSRC}/sounds/*wav \
${PREFIX}/share/gltron
${INSTALL_PROGRAM} ${WRKSRC}/gltron ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/gltron
.for file in CHANGELOG CREDITS README
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gltron
.endfor
.endif
.include <bsd.port.mk>