diff options
author | martin <martin@pkgsrc.org> | 2003-09-03 12:35:12 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2003-09-03 12:35:12 +0000 |
commit | d4f440b8ce96aaf122ab892d611d2e7f392c36b1 (patch) | |
tree | 623ce32469b6ac1731f546775a3e4608d9ed8bd6 /audio/mserv/Makefile | |
parent | 8895f41caf75335dd6a9117bf2bdbebc31e6bf26 (diff) | |
download | pkgsrc-d4f440b8ce96aaf122ab892d611d2e7f392c36b1.tar.gz |
Update to mserv-0.35.
Most previus patches have been integrated, various fixes.
This version is compatible with a new nifty win32 gui client, see the
homepage for links.
Diffstat (limited to 'audio/mserv/Makefile')
-rw-r--r-- | audio/mserv/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/mserv/Makefile b/audio/mserv/Makefile index 418ce083526..2a5a0dd69e1 100644 --- a/audio/mserv/Makefile +++ b/audio/mserv/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/07/21 16:30:42 martti Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/03 12:35:12 martin Exp $ # -DISTNAME= mserv-0.33 -PKGREVISION= 7 +DISTNAME= mserv-0.35 CATEGORIES= audio MASTER_SITES= http://www.mserv.org/download/ @@ -11,10 +10,13 @@ HOMEPAGE= http://www.mserv.org/ COMMENT= Local centralised music server environment DEPENDS+= mpg123-[0-9]*:../mpg123 +GNU_CONFIGURE= -ALL_TARGET= default REPLACE_PERL= mserv/mservedit webclient/main.cgi webclient/margin.cgi webclient/mserv.cgi +post-configure: + ${MV} ${WRKSRC}/mserv/soundcard.h ${WRKSRC}/mserv/mservsoundcard.h + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mserv ${INSTALL_DATA} \ |