freebsd-ports/audio/phatbeat/Makefile
Kirill Ponomarev 0aff719a38 Add phatbeat 1.1,
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>
2004-06-22 14:34:15 +00:00

26 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>