1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/audio/phatbeat/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

28 lines
578 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
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.postreal.org/files/
DISTNAME= PhatBeat-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
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>