diff options
Diffstat (limited to 'emulators/hfs/Makefile')
-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 c7d0f9fa1a0..463f1c7b9a8 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: |