f1612f9184
Thanks to <wiz> for answering lots of stupid questions and general guidance.
13 lines
369 B
Makefile
13 lines
369 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/03/14 14:19:20 martin Exp $
|
|
#
|
|
|
|
MPG123_MODULE= sun
|
|
# this is builtin with ../mpg123 on these architectures
|
|
NOT_FOR_PLATFORM+= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* SunOS-*-*
|
|
NOT_FOR_PLATFORM+= DragonFly-*-*
|
|
|
|
.include "${.CURDIR}/../../audio/mpg123/Makefile.common"
|
|
|
|
.include "../../audio/mpg123/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|