mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
9ac50e2899
PR: ports/64761 Submitted by: Ports Fury
40 lines
956 B
Makefile
40 lines
956 B
Makefile
# New ports collection makefile for: grande
|
|
# Date created: 20 Feb 2002
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= grande
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://kxl.hn.org/download/
|
|
DISTNAME= ${PORTNAME}-KXL-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Zanac type game
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/libKXL-1.1.5.so:${PORTSDIR}/games/kxl
|
|
RUN_DEPENDS= ${X11BASE}/lib/libKXL-1.1.5.so:${PORTSDIR}/games/kxl
|
|
|
|
NO_CDROM= Possible copyright infringement
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|
AUTOHEADER="${TRUE}"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|^inst_path=.*$$|inst_path="$${datadir}/grande"|g ; \
|
|
s|^score_path=.*$$|score_path="$${datadir}/grande/score"|g' \
|
|
${WRKSRC}/configure
|
|
|
|
pre-install:
|
|
@${MKDIR} ${DATADIR}/score
|
|
|
|
.include <bsd.port.mk>
|