summaryrefslogblamecommitdiff
path: root/french/belote/Makefile
blob: 93864f034dae4bc52ce29ed0ee7165e1f5ab4e82 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                     
           


                        
                 



                                        
                                 



                                                                            
                    












                                                      
                   












                                                                               
# 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

USE_ZIP=	yes
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

NO_STAGE=	yes
post-extract:
	@${UNZIP_CMD} -qo ${WRKSRC}/data.bin rsc/vp.gif -d ${WRKSRC}

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/belote ${PREFIX}/bin
	${MKDIR} ${DATADIR}
.for f in belote.jar data.bin
	${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor
	${MKDIR} ${PREFIX}/share/pixmaps
	${INSTALL_DATA} ${WRKSRC}/rsc/vp.gif ${PREFIX}/share/pixmaps/belote.gif

.include <bsd.port.mk>