ec34a0d8c3
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?
12 lines
233 B
Makefile
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"
|