summaryrefslogtreecommitdiff
path: root/audio/rosegarden/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-10 22:24:25 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-10 22:24:25 +0000
commit2e1fdeb9e0dd9b28d72ba5af4ae98d81f4533cd8 (patch)
tree27047d2174a7a78790f8de4c2d49faa6dfef2d45 /audio/rosegarden/Makefile
parentChange BROKEN to FORBIDDEN; it builds on 3.x but doesn't run. (diff)
- Update to 2.1pl2.
- Move Petal.so back into ${PREFIX}/lib/rosegarden/petal - Install a wrapper script that adds the dir to TCLLIBPATH so you don't have to edit your .profile because of this... - Fixes for the FreeBSD sound system, midi playback while recording works now. PR: 14234 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes: svn path=/head/; revision=22317
Diffstat (limited to 'audio/rosegarden/Makefile')
-rw-r--r--audio/rosegarden/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index e2c4e45dbec4..5775d28c2e96 100644
--- a/audio/rosegarden/Makefile
+++ b/audio/rosegarden/Makefile
@@ -1,18 +1,14 @@
# New ports collection makefile for: rosegarden
-# Version required: 2.1
+# Version required: 2.1pl2
# Date created: 04 Aug 1996
# Whom: shanee@augusta.de
#
# $FreeBSD$
#
-DISTNAME= rosegarden-2.1
+DISTNAME= rosegarden-2.1pl2
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/ROSE/ \
- ftp://ftp.unina.it/pub/Unix/pkgs/audio/rosegarden/ \
- ftp://sunsite.auc.dk//disk6/linuxberg.com/files/x11/media/ \
- ftp://ftp.flashnet.it//mirror/8/linuxberg/files/x11/media/
-EXTRACT_SUFX= -sources.tar.gz
+MASTER_SITES= http://www.all-day-breakfast.com/rosegarden/patches/
MAINTAINER= shanee@augusta.de
@@ -31,4 +27,9 @@ do-install:
cd ${WRKSRC} ; ${SETENV} PREFIX="${PREFIX}" ./do-install \
)
+post-install:
+ ${MV} -i ${PREFIX}/bin/rosegarden ${PREFIX}/bin/rosegarden-bin
+ ${SED} s-%%PREFIX%%-${PREFIX}-g ${FILESDIR}/rosegarden >${WRKDIR}/rosegarden
+ ${INSTALL_SCRIPT} ${WRKDIR}/rosegarden ${PREFIX}/bin
+
.include <bsd.port.mk>