6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
43 lines
822 B
Makefile
43 lines
822 B
Makefile
# New ports collection makefile for: Schism Tracker
|
|
# Date created: 26 May 2005
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= schism
|
|
PORTVERSION= 20100101
|
|
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
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
USE_SDL= yes
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
LICENSE= GPLv2
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
# this version segfaults
|
|
PORTSCOUT= skipv:20110101
|
|
|
|
do-install:
|
|
${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>
|