1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/games/tuxpuck/Makefile
Marcus von Appen fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00

44 lines
970 B
Makefile

# ex:ts=8
# New ports collection makefile for: tuxpuck
# Date created: 25 April 2002
# Whom: Jan Stocker <Jan.Stocker@t-online.de>
#
# $FreeBSD$
#
PORTNAME= tuxpuck
PORTVERSION= 0.8.2
PORTREVISION= 15
CATEGORIES= games
MASTER_SITES= http://www.sourcefiles.org/Games/Sports/Miscellaneous/
MAINTAINER= ports@FreeBSD.org
COMMENT= Shufflepuck Cafe Clone
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
png.6:${PORTSDIR}/graphics/png \
vorbis.4:${PORTSDIR}/audio/libvorbis \
freetype.9:${PORTSDIR}/print/freetype2
USE_SDL= sdl
USE_GMAKE= yes
ALL_TARGET= tuxpuck
MAKE_JOBS_UNSAFE= yes
MANCOMPRESSED= yes
MAN6= tuxpuck.6
PLIST_FILES= bin/tuxpuck
.include <bsd.port.pre.mk>
post-patch:
cd ${WRKSRC}; \
${REINPLACE_CMD} "s,timer_create,_timer_create,g" \
tuxpuck.c video.c timer.c intro.c tuxpuck.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tuxpuck ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/tuxpuck.6.gz ${MANPREFIX}/man/man6
.include <bsd.port.post.mk>