pkgsrc/audio/cam/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

30 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.27 2015/08/18 07:31:01 wiz Exp $
#
DISTNAME= cam-1.02
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/sound/mixers/}
EXTRACT_SUFX= .tgz
MAINTAINER= hubertf@NetBSD.org
COMMENT= Cpu's Audio Mixer [curses based]
CONFLICTS+= feh<1.2.6nb3
NO_CONFIGURE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.prefs.mk"
CAMLIBS= -lcurses
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "MirBSD"
CAMLIBS+= -lossaudio
.endif
MAKE_ENV+= CAMLIBS=${CAMLIBS:Q}
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"