mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
464 B
Makefile
23 lines
464 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://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>
|