diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 11:46:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 11:46:07 +0800 |
commit | e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 (patch) | |
tree | 01211d010da03727d5a1b1d741b0f66d96e8c322 /emulators/hfs/Makefile | |
parent | b9ddeab1ef96a0b678ab9fecf540334d4c83fb20 (diff) | |
download | freebsd-ports-graphics-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.gz freebsd-ports-graphics-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.zst freebsd-ports-graphics-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.zip |
Another round of Makefile updates, in utils!
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: |