mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
e723890f3c
but they're almost extinct today anyway. Submitted by: Mathew Kanner <mat@cnd.mcgill.ca> Approved by: adamw (mentor)
31 lines
616 B
Makefile
31 lines
616 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} >= 500014
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-*
|
|
.endif
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
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>
|