1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/supertux/Makefile
Volker Stolz 150f15e7f0 Update to 1.2
PR:		ports/70964
Submitted by:	Michael Johnson (maintainer)
2004-08-27 12:14:02 +00:00

34 lines
711 B
Makefile

# New ports collection makefile for: supertux
# Date created: 2004-04-17
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= supertux
PORTVERSION= 0.1.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= super-tux
MAINTAINER= ahze@ahze.net
COMMENT= Super Tux is a side-scroller similar to Super Mario Brothers
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_SDL= image mixer
USE_GL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-debug
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|SDL/|SDL11/|' \
${WRKSRC}/src/type.h
.include <bsd.port.post.mk>