1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
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

42 lines
1.2 KiB
Makefile

# New ports collection makefile for: emulators/catapult
# Date created: 14 November 2007
# Whom: Martin Tournoij <carpetsmoker@xs4all.nl>
#
# $Carpetsmoker: ports/emulators/catapult/Makefile,v 1.1 2007/11/14 04:42:21 carpetsmoker Exp $
# $FreeBSD$
#
PORTNAME= catapult
PORTVERSION= 0.6.3R1
PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= SF
MASTER_SITE_SUBDIR= openmsx
DISTNAME= openmsx-${PORTNAME}-${PORTVERSION:S/R1/-R1/}
MAINTAINER= carpetsmoker@xs4all.nl
COMMENT= GUI for openMSX
BUILD_DEPENDS= openmsx:${PORTSDIR}/emulators/openmsx
RUN_DEPENDS= openmsx:${PORTSDIR}/emulators/openmsx
USE_GMAKE= yes
MAKEFILE= GNUmakefile
MAKE_ARGS+= INSTALL_BASE=${PREFIX} \
INSTALL_SHARE_DIR=${DATADIR} \
INSTALL_DOC_DIR=${DOCSDIR} \
CATAPULT_OPENMSX_BINARY=${LOCALBASE}/bin/openmsx \
CATAPULT_OPENMSX_SHARE=${LOCALBASE}/share/openmsx
USE_WX= 2.6
USE_GNOME= libxml2
post-patch:
@${REINPLACE_CMD} 's|freebsd5\*|freebsd*|; s|x86_64)|amd64)|;' \
${WRKSRC}/build/detectsys.sh
@${REINPLACE_CMD} 's|@$$(CXX)|$$(CXX)|' ${WRKSRC}/build/main.mk
@${REINPLACE_CMD} 's|INSTALL_BASE|INSTALL_SHARE_DIR|' ${WRKSRC}/build/info2code.mk
@${REINPLACE_CMD} 's|wx-config|${WX_CONFIG}|g' \
${WRKSRC}/build/main.mk ${WRKSRC}/build/probe.mk
.include <bsd.port.mk>