22 lines
452 B
Makefile
22 lines
452 B
Makefile
# New ports collection makefile for: hfs
|
|
# Version required: 0.37
|
|
# Date created: 17 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/04/15 03:45:37 asami Exp $
|
|
#
|
|
|
|
DISTNAME= hfs0_37
|
|
PKGNAME= hfs-0.37
|
|
CATEGORIES+= emulation
|
|
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
pre-install:
|
|
@mkdir -p ${PREFIX}/bin
|
|
@mkdir -p ${PREFIX}/man/man1
|