It derived around 1920, probably via Clobyosh, from Klaverjassen, a game played since at least the 1600s in the Netherlands. Closely related games are played throughout the world. WWW: http://www.gnomefiles.org/app.php/Belooted PR: ports/115122 Submitted by: Yinghong Liu <relaxbsd at gmail.com>
33 lines
718 B
Makefile
33 lines
718 B
Makefile
# New ports collection makefile for: belooted
|
|
# Date created: 1 August 2007
|
|
# Whom: Yinghong Liu <relaxbsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= belooted
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://boby.joe.free.fr/dev/belooted/files/
|
|
|
|
MAINTAINER= relaxbsd@gmail.com
|
|
COMMENT= A popular 32-card trick-taking game played in France
|
|
|
|
USE_GNOME= gtk20
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for doc in ${PORTDOCS}
|
|
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|