pkgsrc/audio/ocp/Makefile
wiz 1e03f207fb Update to 1.0.20:
1.0.20:
Changes: ocp.ini did not include support for .YM files as expected.
Two other minor tweaks were done.

1.0.19:
Changes: Multiple crash bugs were fixed. Support for YM files via
STYMulator was added. 24-bit SDL/X11 output should now work (which
is needed if ran inside QEMU). PTM and Adplug files should now load
and play correctly on big-endian systems. Several other minor tweaks
were made.
2010-06-05 14:45:01 +00:00

31 lines
874 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/06/05 14:45:01 wiz Exp $
DISTNAME= ocp-0.1.20
CATEGORIES= audio
MASTER_SITES= http://stian.cubic.org/ocp/
EXTRACT_SUFX= .tar.lzma
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://stian.cubic.org/project-ocp.php
COMMENT= Open Cubic Player
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake makeinfo
USE_LANGUAGES= c c++
USE_NCURSES= yes # resize_term
INFO_FILES= yes
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"