From f8d50ab44a9a6d11ca18a4b2de59bf44f1d086b2 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 15 Jan 2002 07:31:43 +0000 Subject: Update to 1.0.1. --- games/ltris/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'games/ltris/Makefile') diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 11f231f5f0d2..7f1cde1ccf32 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -6,21 +6,21 @@ # PORTNAME= ltris -PORTVERSION= 010310 +PORTVERSION= 1.0.1 +PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lgames MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ - LIBS="`${SDL_CONFIG} --libs` -L${LOCALBASE}/lib -lcompat" +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @@ -30,9 +30,7 @@ pre-patch: post-install: ${CHOWN} root:games ${PREFIX}/bin/${PORTNAME} ${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME} -.for N in 0 1 2 - ${CHMOD} 664 /var/games/${PORTNAME}/highscore.${N} - ${CHOWN} root:games /var/games/${PORTNAME}/highscore.${N} -.endfor + ${CHMOD} 664 /var/games/${PORTNAME}/ltris.hscr + ${CHOWN} root:games /var/games/${PORTNAME}/ltris.hscr .include -- cgit v1.2.3