1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

add cheesetracker 0.2.4

An Impulse Tracker clone
This commit is contained in:
Ying-Chieh Liao 2002-01-31 09:18:13 +00:00
parent 5049ba00ba
commit 175baab272
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54072
8 changed files with 52 additions and 0 deletions

View File

@ -24,6 +24,7 @@
SUBDIR += cdplay
SUBDIR += cdplayer.app
SUBDIR += cdrdao
SUBDIR += cheesetracker
SUBDIR += chordpack
SUBDIR += cmp3
SUBDIR += csound

View File

@ -0,0 +1,30 @@
# ex:ts=8
# Ports collection makefile for: cheesetracker
# Date created: Jan 31, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cheesetracker
PORTVERSION= 0.2.4
CATEGORIES= audio
MASTER_SITES= http://www.reduz.com.ar/cheesetracker/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= sigc:${PORTSDIR}/devel/libsigc++ \
gtkmm:${PORTSDIR}/x11-toolkits/gtk--
GNU_CONFIGURE= yes
USE_GMAKE= yes
pre-configure:
.for file in install-sh missing mkinstalldirs
@${LN} -sf ${LOCALBASE}/share/automake14/automake/${file} ${WRKSRC}
.endfor
post-patch:
@${PERL} -pi -e "s,AFMT_S16_NE,AFMT_S16_LE,g" ${WRKSRC}/waveout/sound_driver_oss.cpp
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (cheesetracker-0.2.4.tar.gz) = 6b219084991d460b289c9acd8b7e1388

View File

@ -0,0 +1,7 @@
--- interface_gtk/Makefile.in.orig Thu Jan 31 16:27:58 2002
+++ interface_gtk/Makefile.in Thu Jan 31 16:28:14 2002
@@ -75,3 +75,3 @@
noinst_LIBRARIES = libinterface_gtk.a
-CXXFLAGS = @CXXFLAGS@ -I../trackercore -I../editor
+CXXFLAGS = @CXXFLAGS@ -I../trackercore -I../editor -fhuge-objects

View File

@ -0,0 +1,7 @@
--- program/Makefile.in.orig Thu Jan 31 16:53:00 2002
+++ program/Makefile.in Thu Jan 31 16:53:23 2002
@@ -74,3 +74,3 @@
-CXXFLAGS = @CXXFLAGS@ $(SIGC_CFLAGS) -I../trackercore -I../editor -I../posix -I../waveout -I../interface_gtk
+CXXFLAGS = @CXXFLAGS@ $(SIGC_CFLAGS) -I../trackercore -I../editor -I../posix -I../waveout -I../interface_gtk -fhuge-objects

View File

@ -0,0 +1 @@
An Impulse Tracker clone

View File

@ -0,0 +1,4 @@
CheeseTracker is intended to be an Impulse Tracker clone. Yet, even when
some features are missing, It should be perfectly usable.
WWW: http://www.reduz.com.ar/cheesetracker/

View File

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