mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
41 lines
855 B
Makefile
41 lines
855 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= schism
|
|
PORTVERSION= 20100101
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://schismtracker.org/dl/ \
|
|
CRITICAL
|
|
DISTNAME= schismtracker-${PORTVERSION}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= A module tracker editor/player resembling impulse tracker
|
|
|
|
LICENSE= GPLv2
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
USE_SDL= yes
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
# 20101128 and 20110101 segfaults, 20120105 builds but GUI does not come up
|
|
PORTSCOUT= skipv:20101128,20110101,20120105
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 900027
|
|
EXTRA_PATCHES= ${FILESDIR}/extrapatch-modplug__snd_gm.c
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|