diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-05-27 08:33:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-05-27 08:33:25 +0000 |
commit | 2cd4ee4055e372e1b093ea1f645fb367197ad348 (patch) | |
tree | 23aae467e8dcfd06eb0e09d4099283ee80de2f14 | |
parent | 45d7ea76933c2492ac37433bf5b0db613a01a6c1 (diff) | |
download | ports-2cd4ee4055e372e1b093ea1f645fb367197ad348.tar.gz ports-2cd4ee4055e372e1b093ea1f645fb367197ad348.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/schism/Makefile | 43 | ||||
-rw-r--r-- | audio/schism/distinfo | 2 | ||||
-rw-r--r-- | audio/schism/pkg-descr | 8 | ||||
-rw-r--r-- | audio/schism/pkg-plist | 1 |
5 files changed, 55 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 69e8f8b9a9de..c491e7f12078 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -405,6 +405,7 @@ SUBDIR += ruby-xmms SUBDIR += s3mod SUBDIR += sbagen + SUBDIR += schism SUBDIR += scrobbler SUBDIR += sdl_mixer SUBDIR += sdl_sound 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 |