summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/mserv-devel/Makefile6
-rw-r--r--audio/mserv/Makefile18
2 files changed, 16 insertions, 8 deletions
diff --git a/audio/mserv-devel/Makefile b/audio/mserv-devel/Makefile
index fc25bc5dd79..a9f49c8ba0d 100644
--- a/audio/mserv-devel/Makefile
+++ b/audio/mserv-devel/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 04:18:18 kim Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/23 06:37:00 grant Exp $
#
DISTNAME= mserv-0.39a
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mserv/}
@@ -13,6 +14,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-engine-icecast
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/mserv
USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
REPLACE_PERL= support/mservedit webclient/main.cgi \
webclient/margin.cgi webclient/mserv.cgi
diff --git a/audio/mserv/Makefile b/audio/mserv/Makefile
index 7bcd564e835..a68f754c129 100644
--- a/audio/mserv/Makefile
+++ b/audio/mserv/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2004/01/16 13:27:40 abs Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/23 06:37:00 grant Exp $
#
DISTNAME= mserv-0.35
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= audio
MASTER_SITES= http://www.mserv.org/download/
@@ -12,11 +12,15 @@ COMMENT= Local centralised music server environment
DEPENDS+= mpg123-[0-9]*:../mpg123
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= MY_LIBS="-lvorbisfile -lvorbis"
-CONFIGURE_ARGS+=--datadir=${PREFIX}/share/mserv
-USE_BUILDLINK2= yes
-REPLACE_PERL= support/mservedit webclient/main.cgi webclient/margin.cgi webclient/mserv.cgi
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --datadir=${PREFIX}/share/mserv
+CONFIGURE_ENV+= MY_LIBS="-lvorbisfile -lvorbis"
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+REPLACE_PERL= support/mservedit webclient/main.cgi \
+ webclient/margin.cgi webclient/mserv.cgi
LDFLAGS.SunOS+= -lnsl -lsocket