090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
46 lines
1,004 B
Makefile
46 lines
1,004 B
Makefile
# New ports collection makefile for: belote
|
|
# Date created: 09 Nov 2006
|
|
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= belote
|
|
PORTVERSION= 20061109
|
|
PORTREVISION= 3
|
|
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.5+
|
|
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 ${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>
|