diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index 4e2591b921e8..554bc876c4a2 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -1,39 +1,38 @@ # Created by: Chris Piazza PORTNAME= cmp3 PORTVERSION= 2.0.p6 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0-pre6 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses based frontend to mpg123 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= mpg123:audio/mpg123 WRKSRC= ${WRKDIR}/${PORTNAME}-kenrevs USES= gmake ncurses GNU_CONFIGURE= yes -MAKE_ARGS= install_directory=${STAGEDIR}${PREFIX}/bin \ - LIBS="${NCURSESLIBS} -lform" +MAKE_ARGS= install_directory=${STAGEDIR}${PREFIX}/bin PORTDOCS= README sample.cmp3rc PLIST_FILES= bin/cmp3 bin/rnmp3 OPTIONS_DEFINE= DOCS VORBIS OPTIONS_DEFAULT= VORBIS VORBIS_RUN_DEPENDS= ogg123:audio/vorbis-tools post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/audio/funktrackergold/Makefile b/audio/funktrackergold/Makefile index 4ce5f6b67023..dc68afcfd9dd 100644 --- a/audio/funktrackergold/Makefile +++ b/audio/funktrackergold/Makefile @@ -1,43 +1,43 @@ # Created by: Mark Pulford PORTNAME= funktrackergold DISTVERSION= 1.5-2 PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SUNSITE/apps/sound/players MAINTAINER= ports@FreeBSD.org COMMENT= Curses MOD/FNK music tracker LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to compile: function definition is not allowed here BROKEN_armv7= fails to compile: function definition is not allowed here USES= compiler:nestedfct ncurses tar:tgz WRKSRC= ${WRKDIR}/funkgold -MAKE_ARGS= EXTRA_LDFLAGS="-lpthread ${NCURSESLIBS}" +MAKE_ARGS= EXTRA_LDFLAGS="-lpthread" PORTDOCS= INSTALL PLIST_FILES= bin/funkgold OPTIONS_DEFINE= DOCS .include .if ${COMPILER_TYPE:Mgcc} CFLAGS+= -fnested-functions .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/audio/juke/Makefile b/audio/juke/Makefile index 055d9c24c8db..90785dfa04c1 100644 --- a/audio/juke/Makefile +++ b/audio/juke/Makefile @@ -1,25 +1,24 @@ # Created by: Oyvind Moll PORTNAME= juke PORTVERSION= 0.7 CATEGORIES= audio MASTER_SITES= http://www.moll.no/oyvind/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple (n)curses based juke box program USES= ncurses GNU_CONFIGURE= yes SUB_FILES= pkg-message OPTIONS_DEFINE= VI_BINDINGS VI_BINDINGS_DESC= Use vi-like key bindings -MAKE_ARGS+= LIBS="${NCURSESLIBS}" VI_BINDINGS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-vi post-install: ${INSTALL_DATA} ${WRKSRC}/juke.conf ${STAGEDIR}${PREFIX}/etc/juke.conf.sample .include diff --git a/audio/mp3c/Makefile b/audio/mp3c/Makefile index 972c24884709..836aa142e9c2 100644 --- a/audio/mp3c/Makefile +++ b/audio/mp3c/Makefile @@ -1,38 +1,37 @@ # Created by: Joris Vandalon PORTNAME= mp3c PORTVERSION= 0.31 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.wspse.de/linux/wspse/ MAINTAINER= ports@FreeBSD.org COMMENT= CD to mp3c converter with a console frontend LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= mp3info:audio/mp3info \ cdrecord:sysutils/cdrtools USES= ncurses GNU_CONFIGURE= yes -MAKE_ARGS+= LIBS="${NCURSESLIBS}" DEFAULT_CDROM_DEVICE?= cd0 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e 's|rcd0d|${DEFAULT_CDROM_DEVICE}|g' \ -e 's|/dev/cdrom|/dev/${DEFAULT_CDROM_DEVICE}|g' \ ${WRKSRC}/src/conf.c post-install: ${INSTALL_SCRIPT} ${FILESDIR}/cdrip.sh ${STAGEDIR}${PREFIX}/bin .include diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index ee389b4e45cc..64c2d0867105 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -1,43 +1,42 @@ # Created by: Andrey Zakhvatov PORTNAME= mp3info PORTVERSION= 0.8.5a CATEGORIES= audio MASTER_SITES= SUNSITE/apps/sound/mp3-utils/mp3info MAINTAINER= sunpoet@FreeBSD.org COMMENT= MP3 technical info viewer and ID3 1.x tag editor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe ncurses tar:tgz ALL_TARGET= mp3info PLIST_FILES= bin/mp3info share/man/man1/mp3info.1.gz PORTDOCS= ChangeLog README mp3info.txt PORTSCOUT= skipv:0.8.5 OPTIONS_DEFINE= GTK2 DOCS GTK2_DESC= Enable to have the gmp3info GTK2_ALL_TARGET= gmp3info GTK2_PLIST_FILES= bin/gmp3info GTK2_USE= GNOME=gtk20 GTK2_USES= gnome pkgconfig -MAKE_ARGS= LIBS="\$${LDFLAGS} ${NCURSESLIBS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-GTK2-on: ${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${STAGEDIR}${PREFIX}/bin/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index e6e16646f03f..48641e96d9c3 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -1,50 +1,49 @@ # Created by: ache PORTNAME= playmidi PORTVERSION= 2.5 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= MIDI player LICENSE= GPLv2 USES= cpe ncurses WRKSRC= ${WRKDIR}/${PORTNAME}-2.4 ONLY_FOR_ARCHS= i386 amd64 HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ENV= PREFIX=${PREFIX} INSTALL_TARGET= install.lame install.man -MAKE_ARGS= LIBNC="${NCURSESLIBS}" OPTIONS_SINGLE= DEFAULTDEVICE OPTIONS_SINGLE_DEFAULTDEVICE= EXTERNAL YAMAHA2 YAMAHA4 GRAVISULTRA SBAWE32 OPTIONS_DEFAULT= EXTERNAL EXTERNAL_DESC= External midi synth, Ensoniq Soundscape, TB Maui, waveblaster cards YAMAHA2_DESC= Yamaha 2-op FM YAMAHA4_DESC= Yamaha 4-op FM GRAVISULTRA_DESC= Gravis Ultrasound SBAWE32_DESC= SB AWE32 Synth .include post-patch: ${REINPLACE_CMD} '/^read/d' ${WRKSRC}/Configure .if ${PORT_OPTIONS:MYAMAHA2} CONFIGURE_ENV+= ans1=2 .elif ${PORT_OPTIONS:MYAMAHA4} CONFIGURE_ENV+= ans1=3 .elif ${PORT_OPTIONS:MGRAVISULTRA} CONFIGURE_ENV+= ans1=4 .elif ${PORT_OPTIONS:MSBAWE32} CONFIGURE_ENV+= ans1=5 .endif # EXTERNAL is default anyway; just use other defaults .include diff --git a/audio/rexima/Makefile b/audio/rexima/Makefile index e4754257ee76..5cb773cbf11e 100644 --- a/audio/rexima/Makefile +++ b/audio/rexima/Makefile @@ -1,17 +1,16 @@ # Created by: Jerry Eriksson PORTNAME= rexima PORTVERSION= 1.4 CATEGORIES= audio MASTER_SITES= SUNSITE/apps/sound/mixers MAINTAINER= jerry@freebsd.se COMMENT= ncurses-based console mixer LICENSE= GPLv2 USES= ncurses PLIST_FILES= bin/rexima man/man1/rexima.1.gz -LDFLAGS+= ${NCURSESLIBS} .include diff --git a/audio/stymulator/Makefile b/audio/stymulator/Makefile index 81167ba9fcf2..7442b99cd4f9 100644 --- a/audio/stymulator/Makefile +++ b/audio/stymulator/Makefile @@ -1,38 +1,37 @@ # Created by: Emanuel Haupt PORTNAME= stymulator DISTVERSION= 0.21a PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://atariarea.krap.pl/stymulator/files/ \ LOCAL/ehaupt DISTNAME= STYMulator-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line Yamaha YM2149 (.ym) chiptune player LICENSE= GPLv2 USES= dos2unix ncurses MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src MANPAGE1= ymplayer.1 ym2wav.1 PLIST_FILES= bin/ym2wav bin/ymplayer bin/stymulator man/man1/ymplayer.1.gz \ man/man1/ym2wav.1.gz -LDFLAGS+= ${NCURSESLIBS} post-patch: @${REINPLACE_CMD} -e 's|-lncurses|$$(LDFLAGS) -lncurses|' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ym2wav ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/ymplayer ${STAGEDIR}${PREFIX}/bin ${LN} ${STAGEDIR}${PREFIX}/bin/ymplayer ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .for f in ${MANPAGE1} ${INSTALL_MAN} ${FILESDIR}/${f} ${STAGEDIR}${MANPREFIX}/man/man1 .endfor .include diff --git a/audio/stymulator/files/patch-Makefile b/audio/stymulator/files/patch-Makefile index e0fbec9f6f55..698c78ea0bba 100644 --- a/audio/stymulator/files/patch-Makefile +++ b/audio/stymulator/files/patch-Makefile @@ -1,39 +1,39 @@ --- Makefile.orig 2016-07-26 16:04:42 UTC +++ Makefile @@ -1,6 +1,5 @@ RM = rm -f -CC = g++ -CFLAGS = -Wall +CXX ?= $(CXX) LZH = stsoundlib/lzh STLIB = stsoundlib @@ -17,22 +16,22 @@ libs: done ymplayer: ymplayer.o sound.o ui.o - $(CC) -o ymplayer $(INCLUDE) ymplayer.o sound.o ui.o -lasound -lym -llzh -lncurses -+ $(CXX) $(CXXFLAGS) -o ymplayer $(INCLUDE) ymplayer.o sound.o ui.o -lym -llzh ${LFFLAGS} -lncurses ++ $(CXX) $(CXXFLAGS) -o ymplayer $(INCLUDE) ymplayer.o sound.o ui.o -lym -llzh -lncurses ym2wav: ym2wav.o - $(CC) -o ym2wav $(INCLUDE) ym2wav.o -lym -llzh + $(CXX) $(CXXFLAGS) -o ym2wav $(INCLUDE) ym2wav.o -lym -llzh ymplayer.o: ymplayer.cpp $(STLIB)/StSoundLibrary.h ui.h sound.h - $(CC) $(INLCUDE) -c ymplayer.cpp + $(CXX) $(CXXFLAGS) $(INLCUDE) -c ymplayer.cpp ym2wav.o: ym2wav.cpp $(STLIB)/StSoundLibrary.h - $(CC) $(INCLUDE) -c ym2wav.cpp + $(CXX) $(CXXFLAGS) $(INCLUDE) -c ym2wav.cpp sound.o: sound.cpp sound.h - $(CC) -c sound.cpp + $(CXX) $(CXXFLAGS) -c sound.cpp ui.o: ui.c ui.h $(STLIB)/StSoundLibrary.h - $(CC) -c ui.c + $(CXX) $(CXXFLAGS) -c ui.c install: all $(INSTALL) ymplayer /usr/bin diff --git a/audio/tcd/Makefile b/audio/tcd/Makefile index e2689dd57b6f..105de5176b97 100644 --- a/audio/tcd/Makefile +++ b/audio/tcd/Makefile @@ -1,22 +1,21 @@ # Created by: gahr PORTNAME= tcd PORTVERSION= 2.2.0 PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Simple, user-friendly ncurses-based CD player LICENSE= GPLv2 USES= ncurses sdl USE_SDL= sdl GNU_CONFIGURE= yes -MAKE_ARGS= LIBS="${NCURSESLIBS}" PLIST_FILES= bin/tcd \ man/man1/tcd.1.gz .include diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 9892359167cc..e1c4e86256e6 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,51 +1,50 @@ PORTNAME= timidity PORTVERSION= 0.2i PORTREVISION= 1 CATEGORIES= audio MASTER_SITES+= http://www.onicos.com/staff/iz/timidity/dist/:timidity DISTFILES+= ${DISTNAME}.tar.gz:timidity MAINTAINER= ports@FreeBSD.org COMMENT= MIDI to PCM software synthesizer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= timidity++-2.* USES= alias ncurses INSTALL_TARGET= install.all OPTIONS_SINGLE= FONTS OPTIONS_SINGLE_FONTS= GOEMON GUSPAT OPTIONS_DEFAULT=GOEMON OPTIONS_SUB= yes -MAKE_ARGS= EXTRALIBS="${NCURSESLIBS}" FONTS_DESC= Default sound fonts GUSPAT_DESC= Use from audio/guspat port GUSPAT_RUN_DEPENDS= ${LOCALBASE}/share/guspat/power.cfg:audio/guspat GUSPAT_VARS= TDIR="${LOCALBASE}/share/timidity" \ TCONFIG=timidity.cfg-guspat GOEMON_DESC= Bundle from Goemon's patchkit #' GOEMON_MASTER_SITES= http://www.anime.net/~goemon/timidity/:tiins GOEMON_DISTFILES= goemon.tgz:tiins GOEMON_VARS= TDIR="${PREFIX}/lib/timidity" \ TCONFIG=goemon.cfg post-patch: ${REINPLACE_CMD} -e 's,machine/soundcard.h,sys/soundcard.h,' \ ${WRKSRC}/linux_a.c ${REINPLACE_CMD} -e 's|%%TDIR%%|${TDIR}| ; s|%%TCONFIG%%|${TCONFIG}|' \ ${WRKSRC}/timidity.cfg post-patch-GOEMON-on: ${REINPLACE_CMD} -i '' -e '/^dir/s,goemon,${TDIR}/&,' \ ${WRKDIR}/${TCONFIG} post-install-GOEMON-on: (cd ${WRKDIR} && ${COPYTREE_SHARE} "goemon*" ${STAGEDIR}${TDIR}) .include diff --git a/audio/umix/Makefile b/audio/umix/Makefile index 0a5dd7888149..c44463f4f8c7 100644 --- a/audio/umix/Makefile +++ b/audio/umix/Makefile @@ -1,23 +1,22 @@ # Created by: George Reid PORTNAME= umix PORTVERSION= 1.0.2 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix USES= alias ncurses GNU_CONFIGURE= yes -MAKE_ARGS= LIBS="${NCURSESLIBS}" PLIST_FILES= bin/umix \ man/man1/umix.1.gz post-patch: @${REINPLACE_CMD} -e \ 's|="/etc"|="$${prefix}/etc"|g' ${WRKSRC}/configure .include diff --git a/audio/vitunes/Makefile b/audio/vitunes/Makefile index f5f2fe95acf7..5cebc65cdb32 100644 --- a/audio/vitunes/Makefile +++ b/audio/vitunes/Makefile @@ -1,27 +1,26 @@ # Created by: Dennis Herrmann PORTNAME= vitunes PORTVERSION= 2.3 PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://vitunes.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based media player with vim-like keybinds LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= mplayer:multimedia/mplayer LIB_DEPENDS= libtag.so:audio/taglib USES= ncurses ALL_TARGET= vitunes PLIST_FILES= bin/vitunes man/man1/${PORTNAME}.1.gz -LDFLAGS+= ${NCURSESLIBS} post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '27d' ${WRKSRC}/vitunes.h .include diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 68056a605190..3328c4c8b588 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,74 +1,73 @@ # Created by: Gennady Sorokopud PORTNAME= xmcd PORTVERSION= 3.3.2 PORTREVISION= 20 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Motif CD player BROKEN_armv6= Fails to install: strip: xmcd/bin-FreeBSD_12-armv6/cda failed: No such file or directory BROKEN_armv7= Fails to install: strip: xmcd/bin-FreeBSD_12-armv7/cda failed: No such file or directory BROKEN_mips64= Fails to compile: many undefined symbols in xorg.cf LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ libFLAC.so:audio/flac RUN_DEPENDS+= lame:audio/lame USES= imake motif ncurses xorg USE_XORG= x11 xext xaw xmu xpm xt sm ice PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH:S/aarch64/arm64/:C/powerpc64.*/powerpc/} OPSYS=${OPSYS} SUB_FILES= pkg-message CFLAGS+= -D_WANT_SEMUN LIBBINDIR= ${STAGEDIR}${PREFIX}/lib/X11/xmcd/bin-${OPSYS}_${OSREL:R:R}-${ARCH:S/aarch64/arm64/:C/powerpc64.*/powerpc/} pre-patch: @${CP} ${WRKSRC}/xmcd_d/XMcd.ad ${WRKSRC}/xmcd_d/XMcd.ad.in post-patch: - ${REINPLACE_CMD} -e "s/-lncurses/${NCURSESLIBS}/g" ${WRKSRC}/cda_d/Imakefile @${SED} -e "s;@PREFIX@;${STAGDIR}${PREFIX};g" ${WRKSRC}/xmcd_d/XMcd.ad.in \ > ${WRKSRC}/xmcd_d/XMcd.ad post-configure: @${REINPLACE_CMD} \ -e 's: BINDIR .*:BINDIR=${STAGEDIR}${PREFIX}/bin:' \ -e 's: LIBDIR .*:LIBDIR=${STAGEDIR}${PREFIX}/lib/X11:' \ -e 's: MANDIR .*:MANDIR=${STAGEDIR}${PREFIX}/man/man1:' \ -e 's: MANSUFFIX .*:MANSUFFIX=1:' \ -e 's/^Makefile::/^Makefile:/' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} \ -e 's/^XBINPERM=4711/XBINPERM=711/' \ -e "s/^(id \| fgrep 'uid=0(root)')/true/" >/dev/null 2>&1 \ ${WRKSRC}/install.sh post-install: ${STRIP_CMD} ${LIBBINDIR}/cda ${LIBBINDIR}/gobrowser \ ${LIBBINDIR}/has_alsa ${LIBBINDIR}/xmcd ${INSTALL_DATA} ${WRKSRC}/xmcd_d/XMcd.ad \ ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XMcd ${RM} ${STAGEDIR}${PREFIX}/bin/xmcd ${RM} ${STAGEDIR}${PREFIX}/bin/cda ${LN} -sf .xmcd_start ${STAGEDIR}${PREFIX}/bin/xmcd ${LN} -sf .xmcd_start ${STAGEDIR}${PREFIX}/bin/cda ${REINPLACE_CMD} \ -e 's:^BINDIR=.*:XMCDLIB=${PREFIX}/bin:' \ -e 's:^XMCDLIB=.*:XMCDLIB=${PREFIX}/lib/X11/xmcd:' \ -e 's:^DISCOGDIR=.*:DISCOGDIR=${PREFIX}/lib/X11/xmcd/discog:' \ -e 's:XMCD_LIBDIR=.*:XMCD_LIBDIR=${PREFIX}/lib/X11/xmcd:' \ ${STAGEDIR}${PREFIX}/lib/X11/xmcd/scripts/genidx \ ${STAGEDIR}${PREFIX}/bin/.xmcd_start ${REINPLACE_CMD} \ -e 's:${STAGEDIR}::' \ ${STAGEDIR}${PREFIX}/lib/X11/xmcd/discog/discog.html \ ${STAGEDIR}${PREFIX}/lib/X11/xmcd/config/config.sh \ ${STAGEDIR}${PREFIX}/lib/X11/xmcd/bin-${OPSYS}_${OSREL:R:R}-${ARCH:S/aarch64/arm64/:C/powerpc64.*/powerpc/}/README ${FIND} ${STAGEDIR}${PREFIX} -name \*.bak -delete ${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete .include diff --git a/sysutils/multitail/Makefile b/sysutils/multitail/Makefile index da484654da31..67a5cf076c20 100644 --- a/sysutils/multitail/Makefile +++ b/sysutils/multitail/Makefile @@ -1,35 +1,32 @@ # Created by: Oliver Braun PORTNAME= multitail PORTVERSION= 6.5.0 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/multitail/ \ http://fossies.org/unix/privat/ MAINTAINER= beat@FreeBSD.org COMMENT= Tail multiple files on console with ncurses LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt USES= alias gmake ncurses tar:tgz PLIST_FILES= bin/multitail etc/multitail.conf.sample \ man/man1/multitail.1.gz PORTDOCS= readme.txt license.txt MAKE_ARGS= NCURSES_IMPL="${NCURSES_IMPL}" OPTIONS_DEFINE= DOCS -post-patch: - ${REINPLACE_CMD} -e "s/NCURSES_LIB:/LDFLAGS+/g" ${WRKSRC}/Makefile - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/multitail ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/multitail.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/multitail.conf ${STAGEDIR}${PREFIX}/etc/multitail.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/license.txt ${STAGEDIR}${DOCSDIR} .include