summaryrefslogblamecommitdiff
path: root/games/tuxpuck/Makefile
blob: 83db21cac97943d71004db5f142e73a5607c0074 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                             
                     
                 



                                                      
                                      
 
                                                  
                                                
                                                    
 
                   
                   
                       

                   

                           
 





                                                    



                                                                       
                           
# 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=	3
CATEGORIES=	games
MASTER_SITES=	http://www.efd.lth.se/~d00jkr/tuxpuck/

MAINTAINER=	Jan.Stocker@t-online.de
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>

.if ${OSVERSION} >= 700013
BROKEN=		"Does not compile on FreeBSD >= 7.0"
.endif

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

.include <bsd.port.post.mk>