freebsd-ports/audio/schism/Makefile

43 lines
822 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 16:14:32 -05:00
PORTVERSION= 20100101
CATEGORIES= audio
2009-10-24 15:38:20 -04:00
MASTER_SITES= http://schismtracker.org/dl/ \
2008-03-27 18:15:47 -04:00
CRITICAL
2009-10-24 15:38:20 -04:00
DISTNAME= schismtracker-${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A module tracker editor/player resembling impulse tracker
2008-10-07 04:19:26 -04:00
ONLY_FOR_ARCHS= i386 amd64
USE_SDL= yes
2009-10-24 15:38:20 -04:00
USE_BZIP2= yes
GNU_CONFIGURE= yes
2009-03-27 05:53:36 -04:00
MAKE_JOBS_SAFE= yes
LICENSE= GPLv2
PLIST_FILES= bin/${PORTNAME}
2009-10-24 15:38:20 -04:00
WRKSRC= ${WRKDIR}/${DISTNAME}
2008-10-07 04:19:26 -04:00
2011-01-02 08:44:23 -05:00
# this version segfaults
PORTSCOUT= skipv:20110101
do-install:
2008-10-07 04:19:26 -04: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>