diff options
Diffstat (limited to 'french/belote')
-rw-r--r-- | french/belote/Makefile | 45 | ||||
-rw-r--r-- | french/belote/distinfo | 2 | ||||
-rw-r--r-- | french/belote/files/belote.in | 14 | ||||
-rw-r--r-- | french/belote/pkg-descr | 3 | ||||
-rw-r--r-- | french/belote/pkg-plist | 4 |
5 files changed, 0 insertions, 68 deletions
diff --git a/french/belote/Makefile b/french/belote/Makefile deleted file mode 100644 index 6cc61d8..0000000 --- a/french/belote/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= belote -PORTVERSION= 20061109 -PORTREVISION= 4 -CATEGORIES= french games java -MASTER_SITES= http://coincher.free.fr/ -DISTNAME= belote - -MAINTAINER= ports@FreeBSD.org -COMMENT= Un jeu de belote coinchée contre l'ordinateur ou en réseau - -BROKEN= Checksum and size mismatch -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 - -USES= zip:infozip -USE_JAVA= yes -JAVA_VERSION= 1.6+ -NO_WRKSUBDIR= yes -NO_BUILD= yes - -SUB_FILES= belote -SUB_LIST= JAVA="${JAVA}" - -DESKTOP_ENTRIES="Belote" \ - "Jouer à la belote" \ - "${PREFIX}/share/pixmaps/belote.gif" \ - "belote" \ - "" \ - false - -post-extract: - @${UNZIP_CMD} -qo ${WRKSRC}/data.bin rsc/vp.gif -d ${WRKSRC} - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/belote ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR} -.for f in belote.jar data.bin - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} -.endfor - ${INSTALL_DATA} ${WRKSRC}/rsc/vp.gif ${STAGEDIR}${PREFIX}/share/pixmaps/belote.gif - -.include <bsd.port.mk> diff --git a/french/belote/distinfo b/french/belote/distinfo deleted file mode 100644 index dde82fb..0000000 --- a/french/belote/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (belote.zip) = 2b11c862be77f012ccd1ee29a5b7e2d10c44a8787465af7399e139bf9d7dafee -SIZE (belote.zip) = 437044 diff --git a/french/belote/files/belote.in b/french/belote/files/belote.in deleted file mode 100644 index 373df15..0000000 --- a/french/belote/files/belote.in +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# $Id$ - -if [ -n "$LANG" ]; then - # Pour une raison inconnue, les accents ne sont pas affichés - # avec les locales UTF-8. Changeons donc UTF-8 en ISO8859-15. - export LANG=`echo "$LANG" | sed -e 's|\.UTF-8|.ISO8859-15|'` -fi - -mkdir -p ~/.belote || exit 1 -ln -sf %%DATADIR%%/data.bin ~/.belote || exit 1 - -cd ~/.belote || exit 1 -exec %%JAVA%% -jar %%DATADIR%%/belote.jar diff --git a/french/belote/pkg-descr b/french/belote/pkg-descr deleted file mode 100644 index d39b074..0000000 --- a/french/belote/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Jouez à la belote coinchée seul contre l'ordinateur ou en réseau. - -WWW: http://coincher.free.fr/ diff --git a/french/belote/pkg-plist b/french/belote/pkg-plist deleted file mode 100644 index 5df00c8..0000000 --- a/french/belote/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/belote -%%DATADIR%%/belote.jar -%%DATADIR%%/data.bin -share/pixmaps/belote.gif |