freebsd-ports/audio/cheesetracker/Makefile
Ion-Mihai Tetcu 43472dfe35 portlint
PR:		ports/99139
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-06-21 20:28:24 +00:00

47 lines
1.1 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: cheesetracker
# Date created: Jan 31, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cheesetracker
PORTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cheesetronic
MAINTAINER= ports@FreeBSD.org
COMMENT= An Impulse Tracker clone
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
qmake:${PORTSDIR}/devel/qmake
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
USE_QT_VER= 3
MAKE_ENV= QTDIR="${QT_PREFIX}"
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= Does not compile on alpha
.endif
post-patch:
@${CP} ${FILESDIR}/cheesetracker.pro ${WRKSRC}
do-configure:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \
-spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ cheesetracker.pro
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cheesetracker ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.it ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.xm ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>