pkgsrc/audio/cam/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

32 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.22 2007/01/07 09:13:47 rillig Exp $
#
DISTNAME= cam-1.02
PKGREVISION= 1
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.prefs.mk"
CAMLIBS= -lcurses
.if ${OPSYS} == "NetBSD"
CAMLIBS+= -lossaudio
.endif
MAKE_ENV+= CAMLIBS=${CAMLIBS:Q}
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"