1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/audio/schism/Makefile
2008-03-17 15:48:38 +00:00

41 lines
863 B
Makefile

# New ports collection makefile for: Schism Tracker
# Date created: 26 May 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= schism
DISTVERSION= 0.2a
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://rigelseven.com/schism/dl/ \
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A module tracker editor/player resembling impulse tracker
ONLY_FOR_ARCHS= i386
USE_BZIP2= yes
USE_SDL= yes
GNU_CONFIGURE= yes
USE_GCC= 3.4
# Dies with bus error unless building debug version
CXXFLAGS= -g
CFLAGS= -g
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>