aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-16 23:11:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-16 23:11:57 +0000
commit5e07925ee87174f4254beab48dcc12483405c876 (patch)
tree982e02a84e9948f7184911bc864c24ff9a387d51 /audio
parent416ebd1cc4609788bf854f7d797adb9abc28fae2 (diff)
downloadports-5e07925ee87174f4254beab48dcc12483405c876.tar.gz
ports-5e07925ee87174f4254beab48dcc12483405c876.zip
- Install documentation to share/doc/portname, as hier said
PR: ports/76318 (inspired by) Submitted by: Florent Thoumie <flz@xbsd.org>
Notes
Notes: svn path=/head/; revision=126627
Diffstat (limited to 'audio')
-rw-r--r--audio/tse3/Makefile5
-rw-r--r--audio/tse3/pkg-descr2
-rw-r--r--audio/tse3/pkg-plist88
3 files changed, 50 insertions, 45 deletions
diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile
index 6d2f4d2f1a05..7f8460ce8bd2 100644
--- a/audio/tse3/Makefile
+++ b/audio/tse3/Makefile
@@ -6,6 +6,7 @@
PORTNAME= tse3
PORTVERSION= 0.2.7
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +16,6 @@ COMMENT= A MIDI library
LIB_DEPENDS= artsc:${PORTSDIR}/audio/arts
-GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
@@ -52,6 +52,9 @@ pre-everything::
${ECHO_MSG} "Aborting."; exit 1;\
fi
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e 's|prefix}/doc/$${PACKAGE}-$${VERSION}|prefix}/share/doc/$${PACKAGE}|'
+
pre-configure:
@${FIND} ${WRKSRC} -type f | ${XARGS} -x -n 10 \
${REINPLACE_CMD} -e 's|_LDFLAGS =|_LDFLAGS = ${PTHREAD_LIBS}|g'
diff --git a/audio/tse3/pkg-descr b/audio/tse3/pkg-descr
index ec2c369bc47b..6885366e22e9 100644
--- a/audio/tse3/pkg-descr
+++ b/audio/tse3/pkg-descr
@@ -1 +1,3 @@
TSE3 is a library and simple test application for MIDI.
+
+WWW: http://tse3.sourceforge.net/
diff --git a/audio/tse3/pkg-plist b/audio/tse3/pkg-plist
index d72ee206f889..ee1d65ca4f11 100644
--- a/audio/tse3/pkg-plist
+++ b/audio/tse3/pkg-plist
@@ -1,46 +1,5 @@
-@comment $FreeBSD: /tmp/pcvs/ports/audio/tse3/pkg-plist,v 1.2 2005-01-07 10:55:54 krion Exp $
+@comment $FreeBSD: /tmp/pcvs/ports/audio/tse3/pkg-plist,v 1.3 2005-01-16 23:11:57 pav Exp $
bin/tse3play
-doc/tse3-0.2.7/AUTHORS
-doc/tse3-0.2.7/About.html
-doc/tse3-0.2.7/Article.html
-doc/tse3-0.2.7/Bugs.html
-doc/tse3-0.2.7/Build.html
-doc/tse3-0.2.7/COPYING
-doc/tse3-0.2.7/Commands.html
-doc/tse3-0.2.7/Copyright.html
-doc/tse3-0.2.7/Error.html
-doc/tse3-0.2.7/Examples.html
-doc/tse3-0.2.7/Feedback.html
-doc/tse3-0.2.7/HOWTO.html
-doc/tse3-0.2.7/History
-doc/tse3-0.2.7/History.html
-doc/tse3-0.2.7/InsFiles.html
-doc/tse3-0.2.7/KDOC.html
-doc/tse3-0.2.7/Mutex.html
-doc/tse3-0.2.7/Notifier.html
-doc/tse3-0.2.7/Playable.html
-doc/tse3-0.2.7/Porting.html
-doc/tse3-0.2.7/Psalm150.html
-doc/tse3-0.2.7/Song.html
-doc/tse3-0.2.7/Structure.html
-doc/tse3-0.2.7/TSE3MDL.html
-doc/tse3-0.2.7/Trax.html
-doc/tse3-0.2.7/Trouble.html
-doc/tse3-0.2.7/Version.html
-doc/tse3-0.2.7/Whitepaper.html
-doc/tse3-0.2.7/index.html
-doc/tse3-0.2.7/pete.jpeg
-doc/tse3-0.2.7/songs/Ambient.tse3
-doc/tse3-0.2.7/songs/Bry.tse3
-doc/tse3-0.2.7/songs/Demo.tse2
-doc/tse3-0.2.7/songs/Demo.tse3
-doc/tse3-0.2.7/songs/Enigma.tse3
-doc/tse3-0.2.7/songs/FunkyJob.tse3
-doc/tse3-0.2.7/songs/Humphry.tse3
-doc/tse3-0.2.7/songs/Trip.tse3
-doc/tse3-0.2.7/trax.gif
-doc/tse3-0.2.7/tse3.gif
-doc/tse3-0.2.7/tse3logo.png
include/tse3/DisplayParams.h
include/tse3/Error.h
include/tse3/EventTrack.h
@@ -150,6 +109,49 @@ lib/libtse3.a
lib/libtse3.la
lib/libtse3.so
lib/libtse3.so.0
+share/doc/tse3/AUTHORS
+share/doc/tse3/About.html
+share/doc/tse3/Article.html
+share/doc/tse3/Bugs.html
+share/doc/tse3/Build.html
+share/doc/tse3/COPYING
+share/doc/tse3/Commands.html
+share/doc/tse3/Copyright.html
+share/doc/tse3/Error.html
+share/doc/tse3/Examples.html
+share/doc/tse3/Feedback.html
+share/doc/tse3/HOWTO.html
+share/doc/tse3/History
+share/doc/tse3/History.html
+share/doc/tse3/InsFiles.html
+share/doc/tse3/KDOC.html
+share/doc/tse3/Mutex.html
+share/doc/tse3/Notifier.html
+share/doc/tse3/Playable.html
+share/doc/tse3/Porting.html
+share/doc/tse3/Psalm150.html
+share/doc/tse3/Song.html
+share/doc/tse3/Structure.html
+share/doc/tse3/TSE3MDL.html
+share/doc/tse3/Trax.html
+share/doc/tse3/Trouble.html
+share/doc/tse3/Version.html
+share/doc/tse3/Whitepaper.html
+share/doc/tse3/index.html
+share/doc/tse3/pete.jpeg
+share/doc/tse3/songs/Ambient.tse3
+share/doc/tse3/songs/Bry.tse3
+share/doc/tse3/songs/Demo.tse2
+share/doc/tse3/songs/Demo.tse3
+share/doc/tse3/songs/Enigma.tse3
+share/doc/tse3/songs/FunkyJob.tse3
+share/doc/tse3/songs/Humphry.tse3
+share/doc/tse3/songs/Trip.tse3
+share/doc/tse3/trax.gif
+share/doc/tse3/tse3.gif
+share/doc/tse3/tse3logo.png
+@dirrm share/doc/tse3/songs
+@dirrm share/doc/tse3
@dirrm include/tse3/util
@dirrm include/tse3/plt
@dirrm include/tse3/listen/ins
@@ -161,5 +163,3 @@ lib/libtse3.so.0
@dirrm include/tse3/cmd
@dirrm include/tse3/app
@dirrm include/tse3
-@dirrm doc/tse3-0.2.7/songs
-@dirrm doc/tse3-0.2.7