diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-20 06:51:55 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-20 06:51:55 +0000 |
commit | 5d75342f1495a8b9a7ae923f8793a8f705927708 (patch) | |
tree | 705b4d3b21032df4ea5bc2b3e7b565f0938d520b /emulators | |
parent | e0f039df526651d14eba33d87335731c521db0db (diff) | |
download | pkgsrc-5d75342f1495a8b9a7ae923f8793a8f705927708.tar.gz |
Tidy this up, and make me the `maintainer'.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index df870df8fbd..75c1c34cb1d 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,10 +1,8 @@ +# Makefile for: xmame +# Version required: 0.30.1 # -# New ports collection makefile for: xmame -# Version required: 0.30.1 -# Date Created: 30 January 1998 -# Whom: root@garbled.futureone.com +# $NetBSD: Makefile,v 1.3 1998/03/20 07:02:51 mycroft Exp $ # -# $NetBSD: Makefile,v 1.2 1998/02/20 20:38:14 hubertf Exp $ DISTNAME= xmame-0.30.1_src PKGNAME= xmame-0.30.1 @@ -12,7 +10,7 @@ CATEGORIES= emulators games x11 MASTER_SITES= ftp://drake.dit.upm.es/pub/emulators/mame/ EXTRACT_SUFX= .tgz -MAINTAINER= root@garbled.futureone.com +MAINTAINER= mycroft@NetBSD.ORG RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm |