pkgsrc/audio/mpg123-sun/Makefile

14 lines
437 B
Makefile
Raw Normal View History

2016-03-28 00:45:48 +02:00
# $NetBSD: Makefile,v 1.7 2016/03/27 22:46:45 jperkin Exp $
MPG123_MODULE= sun
# this is builtin with ../mpg123 on these architectures
NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-*
2015-01-01 08:56:42 +01:00
# there is no support for the sun-audio interface on these
2016-03-28 00:45:48 +02:00
NOT_FOR_PLATFORM+= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-*
.include "../../audio/mpg123/Makefile.common"
.include "../../audio/mpg123/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"