1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/audio/schism/Makefile

48 lines
960 B
Makefile
Raw Normal View History

# New ports collection makefile for: Schism Tracker
# Date created: 26 May 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= schism
2010-01-17 21:14:32 +00:00
PORTVERSION= 20100101
CATEGORIES= audio
2009-10-24 19:38:20 +00:00
MASTER_SITES= http://schismtracker.org/dl/ \
2008-03-27 22:15:47 +00:00
CRITICAL
2009-10-24 19:38:20 +00:00
DISTNAME= schismtracker-${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A module tracker editor/player resembling impulse tracker
2008-10-07 08:19:26 +00:00
ONLY_FOR_ARCHS= i386 amd64
USE_SDL= yes
2009-10-24 19:38:20 +00:00
USE_BZIP2= yes
GNU_CONFIGURE= yes
2009-03-27 09:53:36 +00:00
MAKE_JOBS_SAFE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
LICENSE= GPLv2
PLIST_FILES= bin/${PORTNAME}
2009-10-24 19:38:20 +00:00
WRKSRC= ${WRKDIR}/${DISTNAME}
2008-10-07 08:19:26 +00:00
2011-01-02 13:44:23 +00:00
# this version segfaults
PORTSCOUT= skipv:20110101
do-install:
2008-10-07 08:19:26 +00:00
${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900027
BROKEN= does not build
.endif
.include <bsd.port.post.mk>