1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/cheech/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +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= 4
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>