Index: head/audio/stymulator/Makefile =================================================================== --- head/audio/stymulator/Makefile (revision 408404) +++ head/audio/stymulator/Makefile (revision 408405) @@ -1,34 +1,38 @@ # Created by: Emanuel Haupt # $FreeBSD$ 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 +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 + +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