1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/phatbeat/Makefile

30 lines
638 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= 8
CATEGORIES= audio
MASTER_SITES= http://www.postreal.org/files/
DISTNAME= PhatBeat-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A beat counter
DEPRECATED= abandonware, no more public distfiles
EXPIRATION_DATE= 2011-08-01
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>