1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

LPairs is a classical memory game. This means you have to find pairs

of identical cards which will then be removed. Your time and tries
needed will be counted but there is no highscore chart or limit to
this.

WWW: http://lgames.sourceforge.net/index.php?project=LPairs
This commit is contained in:
Dmitry Marakasov 2008-09-23 11:54:19 +00:00
parent e263788cf0
commit 5ef1cdeb43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220538
5 changed files with 79 additions and 0 deletions

View File

@ -470,6 +470,7 @@
SUBDIR += lmpc
SUBDIR += lordsawar
SUBDIR += love
SUBDIR += lpairs
SUBDIR += ltris
SUBDIR += lucidlife
SUBDIR += luola

35
games/lpairs/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: lpairs
# Date created: 12 Sep 2008
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lpairs
PORTVERSION= 1.0.4
CATEGORIES= games
MASTER_SITES= SF/lgames
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Classical memory game
GNU_CONFIGURE= yes
USE_SDL= sdl
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
.if !defined(WITHOUT_NLS)
PLIST_SUB+= NLS=""
USE_GETTEXT= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e '/^LIBS =/ s|$$| $${INTLLIBS}|' \
${WRKSRC}/lpairs/Makefile.in
@${REINPLACE_CMD} -e 's|^\(inst_dir=\).*|\1$$datarootdir/lpairs|' \
${WRKSRC}/configure
.include <bsd.port.mk>

3
games/lpairs/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (lpairs-1.0.4.tar.gz) = 5eb00da9f7fc15dc5ce840c312e76cfa
SHA256 (lpairs-1.0.4.tar.gz) = 350237a51a5de6b2a557af687b4f16678056a0e8d8d96d7e395f6629481462c5
SIZE (lpairs-1.0.4.tar.gz) = 536625

6
games/lpairs/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
LPairs is a classical memory game. This means you have to find pairs
of identical cards which will then be removed. Your time and tries
needed will be counted but there is no highscore chart or limit to
this.
WWW: http://lgames.sourceforge.net/index.php?project=LPairs

34
games/lpairs/pkg-plist Normal file
View File

@ -0,0 +1,34 @@
bin/lpairs
%%NLS%%share/locale/de/LC_MESSAGES/lpairs.mo
%%DATADIR%%/gfx/0.bmp
%%DATADIR%%/gfx/1.bmp
%%DATADIR%%/gfx/10.bmp
%%DATADIR%%/gfx/11.bmp
%%DATADIR%%/gfx/12.bmp
%%DATADIR%%/gfx/13.bmp
%%DATADIR%%/gfx/14.bmp
%%DATADIR%%/gfx/15.bmp
%%DATADIR%%/gfx/16.bmp
%%DATADIR%%/gfx/17.bmp
%%DATADIR%%/gfx/18.bmp
%%DATADIR%%/gfx/19.bmp
%%DATADIR%%/gfx/2.bmp
%%DATADIR%%/gfx/3.bmp
%%DATADIR%%/gfx/4.bmp
%%DATADIR%%/gfx/5.bmp
%%DATADIR%%/gfx/6.bmp
%%DATADIR%%/gfx/7.bmp
%%DATADIR%%/gfx/8.bmp
%%DATADIR%%/gfx/9.bmp
%%DATADIR%%/gfx/back.bmp
%%DATADIR%%/gfx/button.bmp
%%DATADIR%%/gfx/f_white.bmp
%%DATADIR%%/gfx/f_yellow.bmp
%%DATADIR%%/gfx/stan_font.bmp
%%DATADIR%%/gfx/title.bmp
%%DATADIR%%/sound/click.wav
%%DATADIR%%/sound/fail.wav
%%DATADIR%%/sound/remove.wav
@dirrm %%DATADIR%%/sound
@dirrm %%DATADIR%%/gfx
@dirrm %%DATADIR%%