aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-04-11 10:02:17 +0800
committerjmz <jmz@FreeBSD.org>1995-04-11 10:02:17 +0800
commit6668ebfd146a4a968a9aad2739ff0e22f056e12e (patch)
treec58b5ed0094e47034eec0c383025d619c479e96e /emulators
parent212bf07350a21c82c24ecf9532de5a2f981dea31 (diff)
downloadfreebsd-ports-gnome-6668ebfd146a4a968a9aad2739ff0e22f056e12e.tar.gz
freebsd-ports-gnome-6668ebfd146a4a968a9aad2739ff0e22f056e12e.tar.zst
freebsd-ports-gnome-6668ebfd146a4a968a9aad2739ff0e22f056e12e.zip
Add MAINTAINER= jmz@FreeBSD.org
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hfs/Makefile1
-rw-r--r--emulators/mtools/Makefile1
-rw-r--r--emulators/tkhfs/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
index 7ab7df72c678..c7d0f9fa1a06 100644
--- a/emulators/hfs/Makefile
+++ b/emulators/hfs/Makefile
@@ -2,6 +2,7 @@ DISTNAME= hfs0_37
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
CATEGORIES+= utilities
USE_GMAKE= yes
+MAINTAINER= jmz@FreeBSD.org
.include <bsd.port.mk>
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 6972b7f1587e..f49fa10ac917 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -1,6 +1,7 @@
DISTNAME= mtools-2.0.7
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
CATEGORIES+= utilities
+MAINTAINER= jmz@FreeBSD.org
MAKE_FLAGS= PREFIX=${PREFIX}
MAKEFILE=
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile
index b118aefb627e..515b98d02999 100644
--- a/emulators/tkhfs/Makefile
+++ b/emulators/tkhfs/Makefile
@@ -3,5 +3,6 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
CATEGORIES+= x11
EXEC_DEPENDS= hfs:${PORTSDIR}/utils/hfs
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
+MAINTAINER= jmz@FreeBSD.org
.include <bsd.port.mk>