mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
28 lines
526 B
Makefile
28 lines
526 B
Makefile
# New ports collection makefile for: playmidi
|
|
# Date created: 27 Feb 1995
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= playmidi
|
|
PORTVERSION= 2.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MIDI player
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-2.4
|
|
|
|
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.mk>
|