freebsd-ports/audio/schism/Makefile

44 lines
898 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
2008-10-07 10:19:26 +02:00
PORTVERSION= 20081004
CATEGORIES= audio
2008-10-07 10:19:26 +02:00
MASTER_SITES= http://nimh.org/schism/ \
2008-03-27 23:15:47 +01:00
CRITICAL
2008-10-07 10:19:26 +02:00
DISTNAME= cvs-snapshot
EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A module tracker editor/player resembling impulse tracker
2008-10-07 10:19:26 +02:00
ONLY_FOR_ARCHS= i386 amd64
USE_SDL= yes
GNU_CONFIGURE= yes
2009-03-27 10:53:36 +01:00
MAKE_JOBS_SAFE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/${PORTNAME}
2008-10-07 10:19:26 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= currently does not support 8-CURRENT
.endif
do-install:
2008-10-07 10:19:26 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.post.mk>