2000-10-19 18:15:35 +02:00
|
|
|
# New ports collection makefile for: ltris
|
|
|
|
# Date created: 19 October 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ltris
|
2005-02-25 14:45:49 +01:00
|
|
|
PORTVERSION= 1.0.10
|
2002-01-15 08:31:43 +01:00
|
|
|
PORTEPOCH= 1
|
2000-10-19 18:15:35 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= lgames
|
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An another tetris clone but a good one with bunch of cool features
|
2000-10-19 18:15:35 +02:00
|
|
|
|
2004-01-20 19:21:02 +01:00
|
|
|
USE_SDL= mixer sdl
|
2003-08-05 08:07:54 +02:00
|
|
|
USE_REINPLACE= yes
|
2000-10-19 18:15:35 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-03-19 00:14:50 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-08-05 08:07:54 +02:00
|
|
|
post-patch:
|
2004-03-29 11:38:43 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|--mode=666||g' ${WRKSRC}/src/Makefile.in
|
2000-10-19 18:15:35 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${CHOWN} root:games ${PREFIX}/bin/${PORTNAME}
|
|
|
|
${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME}
|
2004-08-16 11:29:16 +02:00
|
|
|
${CHMOD} 664 ${PREFIX}/var/ltris.hscr
|
|
|
|
${CHOWN} root:games ${PREFIX}/var/ltris.hscr
|
2000-10-19 18:15:35 +02:00
|
|
|
|
2004-03-19 00:14:50 +01:00
|
|
|
.include <bsd.port.post.mk>
|