0aff719a38
In a nutshell, PhatBeat is a cross-platform (Linux and Windows) beat counter for use by collectors, producers, DJs, and others interested in beat-oriented music. For now it requires users to tap in the beat during listening, after which it calculates and displays the track's BPM and the size of a measure in seconds. PR: ports/68198 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
27 lines
564 B
Makefile
27 lines
564 B
Makefile
# New ports collection makefile for: PhatBeat
|
|
# Date created: 22 Jun 2004
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= phatbeat
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.postreal.org/files/
|
|
DISTNAME= PhatBeat-${PORTVERSION}
|
|
|
|
MAINTAINER= jylefort@brutele.be
|
|
COMMENT= A beat counter
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_SDL= sdl image
|
|
MAN1= phatbeat.1
|
|
|
|
MAKE_ENV= MKDIR="${MKDIR}" \
|
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
INSTALL_MAN="${INSTALL_MAN}" \
|
|
INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
.include <bsd.port.mk>
|