1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/playmidi/Makefile
Chris D. Faulhaber 8a2c53d6e5 Update port to 2.4
PR:		15912
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-05 20:56:50 +00:00

23 lines
475 B
Makefile

# New ports collection makefile for: playmidi
# Version required: 2.4
# Date created: 27 Feb 1995
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= playmidi-2.4
CATEGORIES= audio
MASTER_SITES= http://nl.linux.org/~diz/playmidi/
MAINTAINER= ports@FreeBSD.org
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.mk>