aboutsummaryrefslogtreecommitdiff
path: root/games/tuxpuck/Makefile
blob: 20041894a77a20afee49b9d8675b77e01f00e05e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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.7.116
CATEGORIES=	games
MASTER_SITES=	http://www.efd.lth.se/~d00jkr/tuxpuck/

MAINTAINER=	Jan.Stocker@t-online.de

LIB_DEPENDS=	SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
		png.5:${PORTSDIR}/graphics/png \
		vorbis.1:${PORTSDIR}/audio/libvorbis

SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
USE_GMAKE=	yes
MAKE_ENV=	SDL_CONFIG="${SDL_CONFIG}"

MANCOMPRESSED=	yes
MAN6=	tuxpuck.6

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/tuxpuck ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/man/tuxpuck.6.gz ${MANPREFIX}/man/man6

.include <bsd.port.mk>