[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / midiplay

File: [local] / src / usr.bin / midiplay / Attic / Makefile (download)

Revision 1.2, Sat Feb 13 13:45:29 2010 UTC (14 years, 3 months ago) by ratchov
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.1: +2 -1 lines

convert midiplay to sndio(7) so it can be used with soft synths, for
instance. Now, the -f option sets the MIDI device (instead of the
sequencer(4) device). The -d and -l options were removed.

#	$OpenBSD: Makefile,v 1.2 2010/02/13 13:45:29 ratchov Exp $
#	$NetBSD: Makefile,v 1.1 1998/08/12 21:39:11 augustss Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	midiplay
LDADD+=	-lsndio

.include <bsd.prog.mk>