1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/playmidi/Makefile

23 lines
475 B
Makefile
Raw Normal View History

# New ports collection makefile for: playmidi
# Version required: 2.4
# Date created: 27 Feb 1995
# Whom: ache
1995-02-27 20:23:12 +00:00
#
1999-08-25 04:36:31 +00:00
# $FreeBSD$
1995-02-27 20:23:12 +00:00
#
DISTNAME= playmidi-2.4
CATEGORIES= audio
MASTER_SITES= http://nl.linux.org/~diz/playmidi/
1996-11-15 06:54:09 +00:00
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
1995-02-27 20:23:12 +00:00
.include <bsd.port.mk>