1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/emulators/hfs/Makefile
2004-02-06 13:12:53 +00:00

28 lines
539 B
Makefile

# New ports collection makefile for: hfs
# Date created: 17 November 1994
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= hfs
PORTVERSION= 0.37
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/}
MAINTAINER= jmz@FreeBSD.org
COMMENT= Read Macintosh HFS floppy disks, hard drives and CDROMs
USE_GMAKE= yes
MAN1= hfs.1
PLIST_FILES= bin/hfs
pre-install:
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/man/man1
.include <bsd.port.mk>