1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/cheech/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

48 lines
1.0 KiB
Makefile

# New ports collection makefile for: cheech
# Date created: 18 Jul 2007
# Whom: Yinghong.Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= cheech
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A multi-platform, networked Chinese Checkers game
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
gnet-2.0.0:${PORTSDIR}/net/gnet2
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake:19:env
DESKTOP_ENTRIES= "cheech" \
"A networked Chinese Checkers Game" \
"cheech" \
"cheech" \
"Application;Game;" \
"false"
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-cheechdocDATA
.endif
post-patch:
@${REINPLACE_CMD} -e "s|doc/cheech|share/doc/cheech|g" \
-e "s|: install-cheechdocDATA|:|g" \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \
s|#include <sigc++\/compatibility\.h>||g' \
${WRKSRC}/src/*.cc
pre-configure:
@${LN} -sf ${AUTOMAKE_DIR}/install-sh ${WRKSRC}
.include <bsd.port.mk>