2002-02-20 13:19:24 +00:00
|
|
|
# New ports collection makefile for: grande
|
|
|
|
# Date created: 20 Feb 2002
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= grande
|
2005-10-08 23:03:48 +00:00
|
|
|
PORTVERSION= 0.6
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 3
|
2002-02-20 13:19:24 +00:00
|
|
|
CATEGORIES= games
|
2006-06-05 20:25:04 +00:00
|
|
|
MASTER_SITES= http://kxl.orz.hm/download/
|
2002-02-20 13:19:24 +00:00
|
|
|
DISTNAME= ${PORTNAME}-KXL-${PORTVERSION}
|
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-05 16:30:44 +00:00
|
|
|
COMMENT= A Zanac type game
|
2002-02-20 13:19:24 +00:00
|
|
|
|
2005-10-12 06:02:43 +00:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/devel/kxl
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/devel/kxl
|
2002-02-20 13:19:24 +00:00
|
|
|
|
|
|
|
NO_CDROM= Possible copyright infringement
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2004-03-26 14:42:11 +00:00
|
|
|
USE_GMAKE= yes
|
2002-02-20 13:19:24 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-03-26 14:42:11 +00:00
|
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|
|
|
AUTOHEADER="${TRUE}"
|
2004-03-13 18:05:00 +00:00
|
|
|
|
2004-03-26 14:42:11 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|^inst_path=.*$$|inst_path="$${datadir}/grande"|g ; \
|
|
|
|
s|^score_path=.*$$|score_path="$${datadir}/grande/score"|g' \
|
|
|
|
${WRKSRC}/configure
|
2002-02-20 13:19:24 +00:00
|
|
|
|
|
|
|
pre-install:
|
2004-03-26 14:42:11 +00:00
|
|
|
@${MKDIR} ${DATADIR}/score
|
2002-02-20 13:19:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|