diff options
author | grant <grant@pkgsrc.org> | 2004-01-23 06:37:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-23 06:37:00 +0000 |
commit | 8f0c6250a7e6785becded4fd72e0c1865f2eda01 (patch) | |
tree | 1e98234f36292f4c44d6072b0bdd2bf8e5eeadca /audio/mserv | |
parent | b2871e150f344d6d7cab280b782d3c87c969cd08 (diff) | |
download | pkgsrc-8f0c6250a7e6785becded4fd72e0c1865f2eda01.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/Makefile | 18 |
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 |