1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/playmidi/Makefile

24 lines
595 B
Makefile
Raw Normal View History

1995-04-11 19:46:58 +00:00
# New ports collection makefile for: playmidi
1996-11-15 06:54:09 +00:00
# Version required: 2.3
1995-02-27 20:23:12 +00:00
# Date created: 27 Feb 1995
# Whom: ache
#
# $Id: Makefile,v 1.7 1996/11/18 10:34:31 asami Exp $
1995-02-27 20:23:12 +00:00
#
1996-11-15 06:54:09 +00:00
DISTNAME= playmidi-2.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players
1996-11-15 06:54:09 +00:00
MAINTAINER= ache@FreeBSD.ORG
IS_INTERACTIVE= YES # asks what devices you want to support
1996-11-15 06:54:09 +00:00
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>