mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
38 lines
991 B
Makefile
38 lines
991 B
Makefile
# New ports collection makefile for: rosegarden
|
|
# Date created: 04 Aug 1996
|
|
# Whom: shanee@augusta.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rosegarden
|
|
PORTVERSION= 2.1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.cannam.demon.co.uk/rosegarden/distribution/
|
|
DISTNAME= ${PORTNAME}-2.1pl2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The Rosegarden Editor and Sequencer suite
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/tclmidi/tclmidi31.so:${PORTSDIR}/audio/tclmidi
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/tclmidi/tclmidi31.so:${PORTSDIR}/audio/tclmidi
|
|
|
|
USE_XORG= xaw
|
|
USE_AUTOTOOLS= autoconf:213
|
|
CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.2
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/rosegarden ${WRKSRC}/rosegarden.sh
|
|
.for file in Rosegarden rosegarden.sh
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file}
|
|
.endfor
|
|
|
|
do-install:
|
|
@( \
|
|
cd ${WRKSRC} ; ${SETENV} PREFIX="${PREFIX}" ./do-install \
|
|
)
|
|
${INSTALL_SCRIPT} ${WRKSRC}/rosegarden.sh ${PREFIX}/bin/rosegarden
|
|
|
|
.include <bsd.port.mk>
|