diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1994-11-17 23:15:38 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1994-11-17 23:15:38 +0000 |
commit | 4f6f6eb434d522cd0c8d7025c3436e82052db186 (patch) | |
tree | 44da1d0debb69692f5e68902d6f6dd065c646060 /emulators/hfs/Makefile | |
parent | 6e5eb5b92611933b6be670b692e6493db257e794 (diff) | |
download | ports-4f6f6eb434d522cd0c8d7025c3436e82052db186.tar.gz ports-4f6f6eb434d522cd0c8d7025c3436e82052db186.zip |
Notes
Diffstat (limited to 'emulators/hfs/Makefile')
-rw-r--r-- | emulators/hfs/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile new file mode 100644 index 000000000000..7f1e60039312 --- /dev/null +++ b/emulators/hfs/Makefile @@ -0,0 +1,14 @@ +DISTNAME= hfs0_37 +MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ +USE_GMAKE= yes + +.include <bsd.port.mk> + +pre-install: + @mkdir -p ${PREFIX}/bin + @mkdir -p ${PREFIX}/man/man1 + +install: + @chown root ${PREFIX}/bin/hfs + @chmod u+s ${PREFIX}/bin/hfs + |