pkgsrc/audio/cam/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

33 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.18 2004/10/03 00:13:05 tv 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
USE_BUILDLINK3= yes
NO_CONFIGURE= yes
INSTALLATION_DIRS= bin man/man1
.include "../../mk/bsd.prefs.mk"
CAMLIBS= -lcurses
.if ${OPSYS} == "NetBSD"
CAMLIBS+= -lossaudio
.endif
MAKE_ENV+= CAMLIBS="${CAMLIBS}"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"