diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
commit | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (patch) | |
tree | 7fb39aa3f78592f94c2415ace02da97d31058a71 /emulators/hfs | |
parent | 30c64255c60ccb33f5d4988894005dc545e00c52 (diff) | |
download | ports-91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac.tar.gz ports-91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac.zip |
Notes
Diffstat (limited to 'emulators/hfs')
-rw-r--r-- | emulators/hfs/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index c7d0f9fa1a06..463f1c7b9a87 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -1,9 +1,20 @@ +# New ports collection makefile for: hfs +# Version required: 0.37 +# Date created: 17 November 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= hfs0_37 -MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ +PKGNAME= hfs-0.37 CATEGORIES+= utilities -USE_GMAKE= yes +MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ + MAINTAINER= jmz@FreeBSD.org +USE_GMAKE= yes + .include <bsd.port.mk> pre-install: |