# New ports collection makefile for: cheech # Date created: 18 Jul 2007 # Whom: Yinghong.Liu # # $FreeBSD$ # PORTNAME= cheech PORTVERSION= 0.8 CATEGORIES= games MASTER_SITES= SF EXTRACT_SUFX= .tgz MAINTAINER= relaxbsd@gmail.com 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 pre-configure: @${LN} -sf ${AUTOMAKE_DIR}/install-sh ${WRKSRC} .include