pkgsrc/audio/mpg123-sun/Makefile

17 lines
452 B
Makefile
Raw Normal View History

2012-02-05 22:20:17 +01:00
# $NetBSD: Makefile,v 1.4 2012/02/05 21:20:17 sbd Exp $
#
MPG123_MODULE= sun
PKGREVISION= 1
# this is builtin with ../mpg123 on these architectures
NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-*
# there is no support for the sun-audio interface on theses
2012-02-05 22:20:17 +01:00
NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-*
.include "${.CURDIR}/../../audio/mpg123/Makefile.common"
.include "../../audio/mpg123/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"