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>
This commit is contained in:
Kirill Ponomarev 2005-05-27 08:33:25 +00:00
parent 45d7ea7693
commit 2cd4ee4055
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136258
5 changed files with 55 additions and 0 deletions

View File

@ -405,6 +405,7 @@
SUBDIR += ruby-xmms
SUBDIR += s3mod
SUBDIR += sbagen
SUBDIR += schism
SUBDIR += scrobbler
SUBDIR += sdl_mixer
SUBDIR += sdl_sound

43
audio/schism/Makefile Normal file
View File

@ -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>

2
audio/schism/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (schism-0.2a.tar.bz2) = 2b07f1f7657ab82ad6f0a737dda623eb
SIZE (schism-0.2a.tar.bz2) = 392770

8
audio/schism/pkg-descr Normal file
View File

@ -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

1
audio/schism/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/schism