diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-15 06:54:09 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-15 06:54:09 +0000 |
commit | fa73b104e8cbd02e851f41e1bd7a18060d652ba9 (patch) | |
tree | eb4b86e0dce9c896847fbe1eb2452b6f0f022a4b /audio/playmidi/Makefile | |
parent | Gosh, the second bug in the same line was a good one: (diff) |
Upgrade to 2.3
Diffstat (limited to 'audio/playmidi/Makefile')
-rw-r--r-- | audio/playmidi/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index 5ed37bac815e..bd2e1172cf72 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -1,16 +1,20 @@ # New ports collection makefile for: playmidi -# Version required: 1.1 +# Version required: 2.3 # Date created: 27 Feb 1995 # Whom: ache # -# $Id: Makefile,v 1.3 1995/04/11 19:46:47 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/12 04:54:19 asami Exp $ # -DISTNAME= playmidi -PKGNAME= playmidi-1.1 -CATEGORIES+= audio +DISTNAME= playmidi-2.3 +CATEGORIES= audio MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/ -DISTFILES= playmidi-1.1.tar.gz + +IS_INTERACTIVE= YES +HAS_CONFIGURE= YES +CONFIGURE_SCRIPT= Configure +CONFIGURE_ENV= PREFIX=${PREFIX} +INSTALL_TARGET= install.lame install.man MAINTAINER= ache@FreeBSD.ORG |