summaryrefslogtreecommitdiff
path: root/audio/ocp/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-16 15:52:10 +0000
committerwiz <wiz@pkgsrc.org>2009-08-16 15:52:10 +0000
commitffc90ad495811fd1bbb863d5b5947ec801497820 (patch)
tree4db36b02388f667d3478587a9d0ad2e7cb11d6e0 /audio/ocp/Makefile
parent5e9922bd0e2ea6d4a1e0ff78a655146e92153efa (diff)
downloadpkgsrc-ffc90ad495811fd1bbb863d5b5947ec801497820.tar.gz
Initial import of ocp-0.1.17 from pkgsrc-wip, packaged by shattered.
Open Cubic Player first appeared around December 1994 as a DOS binary-only module player. It supported many soundcards and module formats. At some point, the source code was released to the public under the terms of the GNU General Public License, and around 2003 Stian Skjelstad ported the code to Linux. In addition to legacy tracker formats such as mod, xm and s3m, Open Cubic Player now also supports mp3, ogg and ay files and can be compiled with libadplug support.
Diffstat (limited to 'audio/ocp/Makefile')
-rw-r--r--audio/ocp/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
new file mode 100644
index 00000000000..a95d238792c
--- /dev/null
+++ b/audio/ocp/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/16 15:52:10 wiz Exp $
+
+DISTNAME= ocp-0.1.17
+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
+
+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"