freebsd-ports/audio/schism/Makefile

42 lines
899 B
Makefile
Raw Normal View History

2012-12-20 12:30:59 +01:00
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= schism
2010-01-17 22:14:32 +01:00
PORTVERSION= 20100101
PORTREVISION= 1
CATEGORIES= audio
2009-10-24 21:38:20 +02:00
MASTER_SITES= http://schismtracker.org/dl/ \
2008-03-27 23:15:47 +01:00
CRITICAL
2009-10-24 21:38:20 +02:00
DISTNAME= schismtracker-${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
2013-03-08 15:00:30 +01:00
COMMENT= Module tracker editor/player resembling impulse tracker
LICENSE= GPLv2
2008-10-07 10:19:26 +02:00
ONLY_FOR_ARCHS= i386 amd64
USE_SDL= yes
2009-10-24 21:38:20 +02:00
USE_BZIP2= yes
GNU_CONFIGURE= yes
2009-03-27 10:53:36 +01:00
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/${PORTNAME}
2009-10-24 21:38:20 +02:00
WRKSRC= ${WRKDIR}/${DISTNAME}
2008-10-07 10:19:26 +02:00
# releases up to version 20120105 either segfault or don't run
PORTSCOUT= skipv:20100202,20101127,20101128,20110101,20120105
do-install:
2008-10-07 10:19:26 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.pre.mk>
# after merging log2 and log2f into libm
.if ${OSVERSION} >= 802502
EXTRA_PATCHES= ${FILESDIR}/extrapatch-modplug__snd_gm.c
.endif
.include <bsd.port.post.mk>