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:
parent
5049ba00ba
commit
175baab272
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54072
@ -24,6 +24,7 @@
|
||||
SUBDIR += cdplay
|
||||
SUBDIR += cdplayer.app
|
||||
SUBDIR += cdrdao
|
||||
SUBDIR += cheesetracker
|
||||
SUBDIR += chordpack
|
||||
SUBDIR += cmp3
|
||||
SUBDIR += csound
|
||||
|
30
audio/cheesetracker/Makefile
Normal file
30
audio/cheesetracker/Makefile
Normal 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>
|
1
audio/cheesetracker/distinfo
Normal file
1
audio/cheesetracker/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cheesetracker-0.2.4.tar.gz) = 6b219084991d460b289c9acd8b7e1388
|
@ -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
|
||||
|
7
audio/cheesetracker/files/patch-program::Makefile
Normal file
7
audio/cheesetracker/files/patch-program::Makefile
Normal 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
|
||||
|
1
audio/cheesetracker/pkg-comment
Normal file
1
audio/cheesetracker/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An Impulse Tracker clone
|
4
audio/cheesetracker/pkg-descr
Normal file
4
audio/cheesetracker/pkg-descr
Normal 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/
|
1
audio/cheesetracker/pkg-plist
Normal file
1
audio/cheesetracker/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/cheesetracker
|
Loading…
Reference in New Issue
Block a user