1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/emulators/hfs/Makefile

30 lines
560 B
Makefile
Raw Normal View History

# New ports collection makefile for: hfs
# Date created: 17 November 1994
# Whom: jmz
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-12 04:56:17 +00:00
PORTNAME= hfs
PORTVERSION= 0.37
PORTREVISION= 1
CATEGORIES= emulators
2000-06-29 02:31:42 +00:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz
2000-04-12 04:56:17 +00:00
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/}
1995-04-11 02:02:17 +00:00
MAINTAINER= jmz@FreeBSD.org
COMMENT= Read Macintosh HFS floppy disks, hard drives and CDROMs
2005-09-22 17:03:13 +00:00
CONFLICTS= hfsutils
USE_GMAKE= yes
MAN1= hfs.1
PLIST_FILES= bin/hfs
pre-install:
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/man/man1
.include <bsd.port.mk>