freebsd-ports/audio/playmidi/Makefile
2003-07-30 21:55:41 +00:00

29 lines
587 B
Makefile

# New ports collection makefile for: playmidi
# Date created: 27 Feb 1995
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= playmidi
PORTVERSION= 2.4
CATEGORIES= audio
MASTER_SITES= http://people.nl.linux.org/~diz/playmidi/
MAINTAINER= ports@FreeBSD.org
COMMENT= MIDI player
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 501000
BROKEN= "Does not compile"
.endif
IS_INTERACTIVE= YES # asks what devices you want to support
HAS_CONFIGURE= YES
CONFIGURE_SCRIPT= Configure
CONFIGURE_ENV= PREFIX=${PREFIX}
INSTALL_TARGET= install.lame install.man
MAN1= playmidi.1
.include <bsd.port.post.mk>