diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-20 07:08:43 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-20 07:08:43 +0000 |
commit | c78df3335bfb2bd793c1a9f620ff5e4b715c6092 (patch) | |
tree | 6f8ec5f10b58a4f0a261ff6a9699ac16ff84be54 /audio/mikmod | |
parent | 9b8e119a3e952aa1a7ff7039df5bd14074b9373c (diff) | |
download | pkgsrc-c78df3335bfb2bd793c1a9f620ff5e4b715c6092.tar.gz |
Tidy this up, and make me the `maintainer'.
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index a6a110d9dd4..fb899edc57e 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,10 +1,7 @@ -# New ports collection makefile for: mikmod +# Makefile for: mikmod # Version required: 2.14 -# Date created: 20 April 1997 -# Whom: doconnor@ist.flinders.edu.au # -# $NetBSD: Makefile,v 1.5 1998/03/11 18:09:38 mycroft Exp $ -# FreeBSD Id: Makefile,v 1.2 1997/09/05 17:40:54 max Exp +# $NetBSD: Makefile,v 1.6 1998/03/20 07:08:43 mycroft Exp $ # DISTNAME= mikmod-2.14-unix @@ -12,8 +9,7 @@ PKGNAME= mikmod-2.14 CATEGORIES= audio MASTER_SITES= http://www.chiark.greenend.org.uk/~stevem/mikmod/ -# FreeBSD maintainer -MAINTAINER= doconnor@ist.flinders.edu.au +MAINTAINER= mycroft@NetBSD.ORG LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses |