pkgsrc/audio/libao/Makefile
reed ec34a0d8c3 Add a MESSAGE.common to tell user to install a libao plugin.
I used MESSAGE.common so a MESSAGE.${OPSYS} could also be added.

Bump PKGREVISION.

Clarify DESCR and do not mention all the outputs it supports as
this may make it appear it is works without installing another
plugin.

TODO: What about NULL, WAV, IRIX, and ALSA?
2006-04-13 21:26:17 +00:00

12 lines
233 B
Makefile

# $NetBSD: Makefile,v 1.30 2006/04/13 21:26:17 reed Exp $
PKGREVISION= 4
PKG_INSTALLATION_TYPES= overwrite
.include "Makefile.common"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/ao/plugins-2
.include "../../mk/bsd.pkg.mk"