2007-08-05 23:07:24 +00:00
|
|
|
# New ports collection makefile for: belooted
|
|
|
|
# Date created: 1 August 2007
|
|
|
|
# Whom: Yinghong Liu <relaxbsd@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= belooted
|
2008-04-05 20:32:30 +00:00
|
|
|
PORTVERSION= 0.1.4.1
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 1
|
2007-08-05 23:07:24 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://boby.joe.free.fr/dev/belooted/files/
|
|
|
|
|
2008-04-05 20:32:30 +00:00
|
|
|
MAINTAINER= ganael.laplanche@martymac.com
|
2007-08-05 23:07:24 +00:00
|
|
|
COMMENT= A popular 32-card trick-taking game played in France
|
|
|
|
|
2008-04-05 20:32:30 +00:00
|
|
|
USE_GNOME= gtk20 desktopfileutils
|
2007-08-05 23:07:24 +00:00
|
|
|
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
|
2008-04-05 20:32:30 +00:00
|
|
|
@-update-desktop-database
|
2007-08-05 23:07:24 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|