freebsd-ports/games/tuxpuck/Makefile
Stanislav Sedov 0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00

41 lines
892 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= 4
CATEGORIES= games
MASTER_SITES= http://users.student.lth.se/d00jkr/tuxpuck/
MAINTAINER= ports@FreeBSD.org
COMMENT= Shufflepuck Cafe Clone
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
vorbis.3:${PORTSDIR}/audio/libvorbis
USE_SDL= sdl
USE_GMAKE= yes
ALL_TARGET= tuxpuck
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>