1995-04-15 05:46:07 +02:00
|
|
|
# New ports collection makefile for: hfs
|
|
|
|
# Date created: 17 November 1994
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-04-15 05:46:07 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:56:17 +02:00
|
|
|
PORTNAME= hfs
|
|
|
|
PORTVERSION= 0.37
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
1996-11-12 03:19:40 +01:00
|
|
|
CATEGORIES= emulators
|
2000-06-29 04:31:42 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= jmz
|
2000-04-12 06:56:17 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/}
|
1995-04-15 05:46:07 +02:00
|
|
|
|
1995-04-11 04:02:17 +02:00
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Read Macintosh HFS floppy disks, hard drives and CDROMs
|
1994-11-18 00:15:38 +01:00
|
|
|
|
2005-09-22 19:03:13 +02:00
|
|
|
CONFLICTS= hfsutils
|
|
|
|
|
1995-04-15 05:46:07 +02:00
|
|
|
USE_GMAKE= yes
|
1996-11-18 15:17:24 +01:00
|
|
|
MAN1= hfs.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/hfs
|
1995-04-15 05:46:07 +02:00
|
|
|
|
1994-11-18 00:15:38 +01:00
|
|
|
pre-install:
|
1996-11-12 03:19:40 +01:00
|
|
|
@${MKDIR} ${PREFIX}/bin
|
|
|
|
@${MKDIR} ${PREFIX}/man/man1
|
|
|
|
|
2007-09-30 10:27:46 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 700042
|
|
|
|
BROKEN= Does not compile with GCC 4.2
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|