diff options
author | mycroft <mycroft> | 1998-03-20 06:51:55 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-20 06:51:55 +0000 |
commit | f94f48f7a53256f785ff7ff6b02139053e6aff3a (patch) | |
tree | 705b4d3b21032df4ea5bc2b3e7b565f0938d520b | |
parent | 48c6bb508fab4e776bfd3bc3450855a806ac8ed6 (diff) | |
download | pkgsrc-f94f48f7a53256f785ff7ff6b02139053e6aff3a.tar.gz |
Tidy this up, and make me the `maintainer'.
-rw-r--r-- | emulators/xmame/Makefile | 10 | ||||
-rw-r--r-- | x11/unclutter/Makefile | 11 |
2 files changed, 8 insertions, 13 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 diff --git a/x11/unclutter/Makefile b/x11/unclutter/Makefile index b0b5959aed5..7a2fd42c760 100644 --- a/x11/unclutter/Makefile +++ b/x11/unclutter/Makefile @@ -1,10 +1,7 @@ -# New ports collection makefile for: unclutter -# Version required: -8 -# Date created: 03 Aug 1996 -# Whom: shanee@rabbit.augusta.de +# Makefile for: unclutter +# Version required: 8 # -# $NetBSD: Makefile,v 1.3 1998/03/12 00:01:32 agc Exp $ -# FreeBSD Id: Makefile,v 1.6 1997/10/26 23:57:06 fenner Exp +# $NetBSD: Makefile,v 1.4 1998/03/20 06:51:55 mycroft Exp $ # DISTNAME= unclutter-8 @@ -13,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities EXTRACT_SUFX= .tar.Z -MAINTAINER= shanee@rabbit.augusta.de +MAINTAINER= mycroft@NetBSD.ORG WRKSRC= ${WRKDIR}/unclutter USE_IMAKE= yes |