freebsd-ports/audio/playmidi/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

22 lines
471 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
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>