summaryrefslogtreecommitdiff
path: root/audio/mserv
diff options
context:
space:
mode:
authorgrant <grant>2004-01-23 06:37:00 +0000
committergrant <grant>2004-01-23 06:37:00 +0000
commit6eb03f12eb9b3ea42d89150803cf2884cfc70212 (patch)
tree1e98234f36292f4c44d6072b0bdd2bf8e5eeadca /audio/mserv
parent3c7dbfebaf693916daa1a17c81afa83685ea9715 (diff)
downloadpkgsrc-6eb03f12eb9b3ea42d89150803cf2884cfc70212.tar.gz
use LIBTOOL_OVERRIDE. fixes installation on Solaris (and others).
re-arrange mserv/Makefile a little to be more readable and consistent with mserv-devel. bump PKGREVISIONs.
Diffstat (limited to 'audio/mserv')
-rw-r--r--audio/mserv/Makefile18
1 files changed, 11 insertions, 7 deletions
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