diff options
author | mycroft <mycroft> | 1998-03-20 06:51:55 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-20 06:51:55 +0000 |
commit | 7ef302b7461f73b1bdf5a2fe613769d6bf94f63a (patch) | |
tree | 705b4d3b21032df4ea5bc2b3e7b565f0938d520b /emulators/xmame | |
parent | 7858d11df06b450d9296ba488a99df908c87c3c6 (diff) | |
download | pkgsrc-7ef302b7461f73b1bdf5a2fe613769d6bf94f63a.tar.gz |
Tidy this up, and make me the `maintainer'.
Diffstat (limited to 'emulators/xmame')
-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 |