Index: head/audio/aacgain/pkg-descr =================================================================== --- head/audio/aacgain/pkg-descr (revision 451964) +++ head/audio/aacgain/pkg-descr (revision 451965) @@ -1,3 +1 @@ Normalizes the volume of mp3 and AAC (mp4/m4a/QuickTime) media files - -WWW: http://altosdesign.com/aacgain/ Index: head/audio/afsp/pkg-descr =================================================================== --- head/audio/afsp/pkg-descr (revision 451964) +++ head/audio/afsp/pkg-descr (revision 451965) @@ -1,21 +1,19 @@ Audio file utility programs and a library of routines for audio files. Audio File Utility Programs: InfoAudio - display information about an audio file. CompAudio - compare audio files, producing statistics and signal-to-noise ratio figures. CopyAudio - copy audio files. This program combines samples from input audio files (an arbitrary linear combination) and writes them to the output file in a user selectable format. One application is to provide format conversion for an audio file; another is to combine samples from multi-channel files. ResampAudio - resample data from an audio file. This process involves interpolating between the samples in the original file to create a new sequence of samples with a new spacing (sampling rate). and FiltAudio, GenNoise, GenTone, LPanal, LPsyn The following file formats are supported for reading. - Headerless, AU, WAVE, AIFF/AIFF-C, NIST SPHERE, IRCAM, INRS-Telecom, ESPS, Comdisco SPW, Text audio The following file formats are supported for writing. - Headerless, AU, WAVE, AIFF-C - -WWW: http://WWW-MMSP.ECE.McGill.CA/Documents/Software/Packages/AFsp/AFsp.html Index: head/audio/amp/Makefile =================================================================== --- head/audio/amp/Makefile (revision 451964) +++ head/audio/amp/Makefile (revision 451965) @@ -1,30 +1,29 @@ # Created by: Vanilla I. Shu # $FreeBSD$ PORTNAME= amp PORTVERSION= 0.7.6 PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://www.gufi.org/ports/ \ - http://www-users.cs.umn.edu/~wburdick/ftp/ +MASTER_SITES= http://www.gufi.org/ports/ MAINTAINER= ports@FreeBSD.org COMMENT= Another mp3 player USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_gcc=no PLIST_FILES= bin/amp man/man1/amp.1.gz post-patch: @${REINPLACE_CMD} -e \ '/CC="gcc"/s|^|#| ; \ /CFLAGS=$$/s|^|#| ; \ s|-O6|$$CFLAGS|' ${WRKSRC}/configure do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} amp ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} amp.1 ${STAGEDIR}${PREFIX}/man/man1) .include Index: head/audio/cd-console/Makefile =================================================================== --- head/audio/cd-console/Makefile (revision 451964) +++ head/audio/cd-console/Makefile (revision 451965) @@ -1,17 +1,20 @@ # Created by: jdunn@aquezada.com # $FreeBSD$ PORTNAME= cd-console PORTVERSION= 2.4 CATEGORIES= audio MASTER_SITES= http://www.oskusoft.com/osku/cd-console/ MAINTAINER= jdunn@aquezada.com COMMENT= Curses-based console CD player +DEPRECATED= No public distfiles +EXPIRATION_DATE= 2017-12-12 + USES= ncurses MAKE_ARGS= BINPATH=${STAGEDIR}${PREFIX}/bin LIBS="${LDFLAGS} -lncurses" PLIST_FILES= bin/cd-console .include Index: head/audio/cpige/Makefile =================================================================== --- head/audio/cpige/Makefile (revision 451964) +++ head/audio/cpige/Makefile (revision 451965) @@ -1,28 +1,27 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= cpige DISTVERSION= 1.5 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://old.ed.zehome.com/cpige/ \ - http://T32.TecNik93.com/FreeBSD/ports/cpige/sources/ +MASTER_SITES= http://old.ed.zehome.com/cpige/ MAINTAINER= ports@FreeBSD.org COMMENT= Icecast/Shoutcast stream ripper USES= gmake MAKE_ARGS= CC="${CC}" PLIST_FILES= bin/cpige .ifdef(WITH_DEBUG) CFLAGS+= -g -DDEBUG STRIP= .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/audio/cue2toc/Makefile =================================================================== --- head/audio/cue2toc/Makefile (revision 451964) +++ head/audio/cue2toc/Makefile (revision 451965) @@ -1,27 +1,26 @@ # Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= cue2toc PORTVERSION= 0.1 CATEGORIES= audio perl5 -MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/ \ - http://www.oook.cz/bsd/distfiles/ +MASTER_SITES= http://www.oook.cz/bsd/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Perl script that converts CUE files into TOC files for cdrdao RUN_DEPENDS= p5-Audio-Wav>=0:audio/p5-Audio-Wav USES= perl5 shebangfix NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/cue2toc.pl SHEBANG_FILES= cue2toc pre-patch: @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKSRC}/cue2toc do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cue2toc ${STAGEDIR}${PREFIX}/bin/cue2toc.pl .include Index: head/audio/cue2toc/pkg-descr =================================================================== --- head/audio/cue2toc/pkg-descr (revision 451964) +++ head/audio/cue2toc/pkg-descr (revision 451965) @@ -1,4 +1,2 @@ Cue2Toc is a perl script that will convert CUE file into a cdrdao TOC file. The script can handle audio CUE files only. - -WWW: http://www.tuxcoder.com/cue2toc/ Index: head/audio/gmpc/Makefile =================================================================== --- head/audio/gmpc/Makefile (revision 451964) +++ head/audio/gmpc/Makefile (revision 451965) @@ -1,43 +1,42 @@ # Created by: Mark Reidel # $FreeBSD$ PORTNAME= gmpc PORTVERSION= 11.8.16 PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Full featured GTK2 client for musicpd LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gob2:devel/gob2 \ valac:lang/vala LIB_DEPENDS= libmpd.so:audio/libmpd \ libsexy.so:x11-toolkits/libsexy \ libsoup-2.4.so:devel/libsoup \ libunique-1.0.so:x11-toolkits/unique \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 GNU_CONFIGURE= yes USES= gettext gmake libtool localbase pathfix pkgconfig sqlite USE_XORG= ice sm x11 USE_GNOME= cairo glib20 gtk20 intltool libglade2 INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-system-libsexy LIBS+= -lm OPTIONS_DEFINE= MMKEYS XSPF OPTIONS_DEFAULT= MMKEYS MMKEYS_CONFIGURE_ON=--disable-mmkeys XSPF_LIB_DEPENDS= libxspf.so:multimedia/libxspf XSPF_CONFIGURE_ENABLE= libxspf .include Index: head/audio/gmpc/pkg-descr =================================================================== --- head/audio/gmpc/pkg-descr (revision 451964) +++ head/audio/gmpc/pkg-descr (revision 451965) @@ -1,15 +1,13 @@ GMPC is a GTK2 frontend for the mpd (Music Player Daemon). It's focused on being fast and easy to use, while making optimal use of all the functions in mpd. It connects to a MPD running on a machine via a network. Read more about MPD on http://www.musicpd.org Features: * Metadata support, it can show artist image, album art, lyrics, etc. * Plugin support. * Fast, gmpc is optimized to work even on low end machines and slow networks. * Profile support, easily use gmpc with multiple mpd's. - -WWW: http://gmpcwiki.sarine.nl/index.php/GMPC Index: head/audio/gmpc-discogs/Makefile =================================================================== --- head/audio/gmpc-discogs/Makefile (revision 451964) +++ head/audio/gmpc-discogs/Makefile (revision 451965) @@ -1,28 +1,27 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= gmpc-discogs PORTVERSION= 0.20.0 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Album Image fetcher for gmpc LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpd.so:audio/libmpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc RUN_DEPENDS= gmpc:audio/gmpc GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gettext gmake libtool pkgconfig USE_GNOME= glib20 gtk20 intltool libxml2 INSTALL_TARGET= install-strip .include Index: head/audio/gmpc-extraplaylist/Makefile =================================================================== --- head/audio/gmpc-extraplaylist/Makefile (revision 451964) +++ head/audio/gmpc-extraplaylist/Makefile (revision 451965) @@ -1,28 +1,27 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= gmpc-extraplaylist PORTVERSION= 0.20.0 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Favorites plugin for gmpc LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpd.so:audio/libmpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc RUN_DEPENDS= gmpc:audio/gmpc GNU_CONFIGURE= yes USES= libtool pkgconfig USE_GNOME= glib20 gtk20 libglade2 libxml2 INSTALL_TARGET= install-strip PLIST_FILES= lib/gmpc/plugins/libextraplaylist.so .include Index: head/audio/gmpc-lastfm/Makefile =================================================================== --- head/audio/gmpc-lastfm/Makefile (revision 451964) +++ head/audio/gmpc-lastfm/Makefile (revision 451965) @@ -1,29 +1,28 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= gmpc-lastfm PORTVERSION= 0.20.0 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ DISTNAME= gmpc-last-fm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Last.FM metadata fetcher plugin for gmpc LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpd.so:audio/libmpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc RUN_DEPENDS= gmpc:audio/gmpc GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gettext gmake libtool pkgconfig USE_GNOME= glib20 gtk20 intltool libxml2 INSTALL_TARGET= install-strip .include Index: head/audio/gmpc-lyricsplugin/Makefile =================================================================== --- head/audio/gmpc-lyricsplugin/Makefile (revision 451964) +++ head/audio/gmpc-lyricsplugin/Makefile (revision 451965) @@ -1,27 +1,26 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= gmpc-lyricsplugin PORTVERSION= 0.20.0 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Fetch lyrics gmpc plugin LICENSE= GPLv2+ LIB_DEPENDS= libmpd.so:audio/libmpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc RUN_DEPENDS= gmpc:audio/gmpc GNU_CONFIGURE= yes USE_GNOME= intltool glib20 gtk20 libxml2 USES= gettext gmake libtool pkgconfig INSTALL_TARGET= install-strip PLIST_FILES= lib/gmpc/plugins/lyricspluginplugin.so .include Index: head/audio/gmpc-mdcover/Makefile =================================================================== --- head/audio/gmpc-mdcover/Makefile (revision 451964) +++ head/audio/gmpc-mdcover/Makefile (revision 451965) @@ -1,28 +1,27 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= gmpc-mdcover PORTVERSION= 0.20.0 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Collects metadata for gmpc LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpd.so:audio/libmpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc RUN_DEPENDS= gmpc:audio/gmpc GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gettext gmake libtool pkgconfig USE_GNOME= intltool glib20 gtk20 libxml2 INSTALL_TARGET= install-strip .include Index: head/audio/gmpc-mserver/Makefile =================================================================== --- head/audio/gmpc-mserver/Makefile (revision 451964) +++ head/audio/gmpc-mserver/Makefile (revision 451965) @@ -1,30 +1,29 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= gmpc-mserver PORTVERSION= 0.20.0 PORTREVISION= 14 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Lets you stream music files to your mpd that are not in your database LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpd.so:audio/libmpd \ libtag.so:audio/taglib \ libmicrohttpd.so:www/libmicrohttpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc RUN_DEPENDS= gmpc:audio/gmpc GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= glib20 gtk20 intltool libxml2 USES= gettext gmake libtool pathfix pkgconfig INSTALL_TARGET= install-strip .include Index: head/audio/gmpc-shout/Makefile =================================================================== --- head/audio/gmpc-shout/Makefile (revision 451964) +++ head/audio/gmpc-shout/Makefile (revision 451965) @@ -1,30 +1,29 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= gmpc-shout PORTVERSION= 0.20.0 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Shoutcast stream for gmpc LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpd.so:audio/libmpd \ libcairo.so:graphics/cairo BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc RUN_DEPENDS= gmpc:audio/gmpc \ ogg123:audio/vorbis-tools GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gettext gmake libtool pkgconfig USE_GNOME= intltool glib20 gtk20 libxml2 INSTALL_TARGET= install-strip .include Index: head/audio/gsm/Makefile =================================================================== --- head/audio/gsm/Makefile (revision 451964) +++ head/audio/gsm/Makefile (revision 451965) @@ -1,20 +1,19 @@ # Created by: pst # $FreeBSD$ PORTNAME= gsm PORTVERSION= 1.0.13 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \ - http://www.imagemagick.org/download/delegates/ffmpeg/ \ http://www.quut.com/gsm/ \ http://downloads.openwrt.org/sources/ MAINTAINER= m.tsatsenko@gmail.com COMMENT= Audio converter and library for converting u-law to gsm encoding WRKSRC= ${WRKDIR}/gsm-1.0-pl13 USE_LDCONFIG= yes .include Index: head/audio/herrie/Makefile =================================================================== --- head/audio/herrie/Makefile (revision 451964) +++ head/audio/herrie/Makefile (revision 451965) @@ -1,50 +1,49 @@ # Created by: Ed Schouten # $FreeBSD$ PORTNAME= herrie PORTVERSION= 2.2 PORTREVISION= 12 CATEGORIES= audio -MASTER_SITES= http://herrie.info/distfiles/ \ - http://www.stack.nl/~ed/projects/herrie/distfiles/ +MASTER_SITES= http://herrie.info/distfiles/ MAINTAINER= ed@FreeBSD.org COMMENT= Small command line interface music player HAS_CONFIGURE= yes CONFIGURE_ARGS+=verbose CONFIGURE_ENV+= PREFIX=${PREFIX} USES= pkgconfig ncurses tar:bzip2 USE_GNOME= glib20 OPTIONS_DEFINE= MAD VORBIS SNDFILE MODPLUG HTTP LIBAO XCURSES XSPF NLS OPTIONS_DEFAULT= MAD VORBIS HTTP XSPF OPTIONS_SUB= yes HTTP_DESC= HTTP streams and AudioScrobbler support LIBAO_DESC= LibAO support (breaks chroot) XCURSES_DESC= Build XCurses version MAD_LIB_DEPENDS= libmad.so:audio/libmad \ libid3tag.so:audio/libid3tag MAD_CONFIGURE_OFF=no_mp3 VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis VORBIS_CONFIGURE_OFF=no_vorbis SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_CONFIGURE_OFF=no_sndfile MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug MODPLUG_CFLAGS= -I${LOCALBASE}/include/libmodplug MODPLUG_CONFIGURE_OFF=no_modplug HTTP_LIB_DEPENDS= libcurl.so:ftp/curl HTTP_CONFIGURE_OFF=no_http no_scrobbler LIBAO_LIB_DEPENDS= libao.so:audio/libao LIBAO_CONFIGURE_ON=ao XCURSES_LIB_DEPENDS= libXCurses.so:devel/pdcurses XCURSES_CONFIGURE_ON=xcurses XSPF_LIB_DEPENDS= libxspf.so:multimedia/libxspf XSPF_CONFIGURE_OFF=no_xspf NLS_USES= gettext NLS_CONFIGURE_OFF=no_nls .include Index: head/audio/juke/Makefile =================================================================== --- head/audio/juke/Makefile (revision 451964) +++ head/audio/juke/Makefile (revision 451965) @@ -1,26 +1,25 @@ -# Created by: Oyvind Moll + # Created by: Oyvind Moll Index: head/audio/libbpm/Makefile =================================================================== --- head/audio/libbpm/Makefile (revision 451964) +++ head/audio/libbpm/Makefile (revision 451965) @@ -1,21 +1,21 @@ # Created by: Mykola Dzham # $FreeBSD$ PORTNAME= libbpm PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.hep.ucl.ac.uk/~bino/libbpm/dist/ http://levsha.me/ports/distfiles/ +MASTER_SITES= http://www.hep.ucl.ac.uk/~bino/libbpm/dist/ MAINTAINER= i@levsha.me COMMENT= C-library contains low level beam position monitor signal processing GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= pathfix pkgconfig libtool post-patch: ${SED} -i '' 's/\(-release .*\)/\1 -version-info 0/' ${WRKSRC}/Makefile.in ${WRKSRC}/*/Makefile.in .include Index: head/audio/lpac/Makefile =================================================================== --- head/audio/lpac/Makefile (revision 451964) +++ head/audio/lpac/Makefile (revision 451965) @@ -1,25 +1,23 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= lpac PORTVERSION= 1.40 CATEGORIES= audio linux -MASTER_SITES= ftp://relay1.tomsk.gov.ru/pub/FreeBSD/ports/distfiles/ \ - ftp://ftp.itsinternet.net/pub/FreeBSD/ports/distfiles/ \ - ftp://chernabog.cc.vt.edu/pub2/freebsd/ports/distfiles/ +MASTER_SITES= ftp://chernabog.cc.vt.edu/pub2/freebsd/ports/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Lossless audio codec ONLY_FOR_ARCHS= amd64 i386 NO_CDROM= No commercial use NO_BUILD= yes USES= linux PLIST_FILES= bin/lpac do-install: ${BRANDELF} -t Linux ${WRKDIR}/lpac ${INSTALL_PROGRAM} ${WRKDIR}/lpac ${STAGEDIR}${PREFIX}/bin .include Index: head/audio/malint/Makefile =================================================================== --- head/audio/malint/Makefile (revision 451964) +++ head/audio/malint/Makefile (revision 451965) @@ -1,27 +1,26 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= malint DISTVERSION= 0.2 CATEGORIES= audio MASTER_SITES= http://www.nih.at/malint/ \ - ftp://sunsite.univie.ac.at/pub/nih/malint/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= MPEG Audio stream validator LICENSE= GPLv2 GNU_CONFIGURE= yes PORTDOCS= README PLIST_FILES= bin/malint OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include