summaryrefslogtreecommitdiff
path: root/audio/schism
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-05-27 08:33:25 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-05-27 08:33:25 +0000
commit2cd4ee4055e372e1b093ea1f645fb367197ad348 (patch)
tree23aae467e8dcfd06eb0e09d4099283ee80de2f14 /audio/schism
parentAdd sidplayer 4.4, (diff)
Add schism 0.2,
Schism Tracker is a music editor that aims to match the look and feel of Impulse Tracker as closely as possible. The player code is based on Modplug, so it supports a wide variety of module formats. PR: ports/81531 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=136258
Diffstat (limited to 'audio/schism')
-rw-r--r--audio/schism/Makefile43
-rw-r--r--audio/schism/distinfo2
-rw-r--r--audio/schism/pkg-descr8
-rw-r--r--audio/schism/pkg-plist1
4 files changed, 54 insertions, 0 deletions
diff --git a/audio/schism/Makefile b/audio/schism/Makefile
new file mode 100644
index 000000000000..b0b661e98fc7
--- /dev/null
+++ b/audio/schism/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: schism
+# Date created: 26 May 2005
+# Whom: Emanuel Haupt <ehaupt@critical.ch>
+#
+# $FreeBSD$
+#
+
+PORTNAME= schism
+PORTVERSION= 0.2
+DISTVERSIONSUFFIX= a
+CATEGORIES= audio
+MASTER_SITES= http://rigelseven.com/schism/dl/
+
+MAINTAINER= ehaupt@critical.ch
+COMMENT= A module tracker editor/player resembling impulse tracker
+
+USE_BZIP2= yes
+USE_SDL= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+USE_GCC= 3.4+
+
+CXXFLAGS= -g
+CFLAGS= -g
+
+CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+ CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
+ CPPFLAGS="${CPPFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
+
+.include <bsd.port.pre.mk>
+
+post-patch:
+.if ${OSVERSION} < 500000
+ @${REINPLACE_CMD} -e 's|getopt\.h|unistd\.h|' \
+ ${WRKSRC}/src/bin2h.c
+.endif
+
+do-install:
+ ${INSTALL} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.post.mk>
diff --git a/audio/schism/distinfo b/audio/schism/distinfo
new file mode 100644
index 000000000000..7658e882eea7
--- /dev/null
+++ b/audio/schism/distinfo
@@ -0,0 +1,2 @@
+MD5 (schism-0.2a.tar.bz2) = 2b07f1f7657ab82ad6f0a737dda623eb
+SIZE (schism-0.2a.tar.bz2) = 392770
diff --git a/audio/schism/pkg-descr b/audio/schism/pkg-descr
new file mode 100644
index 000000000000..c4201fee016f
--- /dev/null
+++ b/audio/schism/pkg-descr
@@ -0,0 +1,8 @@
+Schism Tracker is a music editor that aims to match the look and feel of
+Impulse Tracker as closely as possible. The player code is based on Modplug,
+so it supports a wide variety of module formats.
+
+WWW: http://rigelseven.com/schism/
+
+- ehaupt
+ehaupt@critical.ch
diff --git a/audio/schism/pkg-plist b/audio/schism/pkg-plist
new file mode 100644
index 000000000000..c3a6c49e4c21
--- /dev/null
+++ b/audio/schism/pkg-plist
@@ -0,0 +1 @@
+bin/schism