1997-11-14 14:53:06 +01:00
|
|
|
# New ports collection makefile for: hfsutils
|
|
|
|
# Date Created: 7 Sep 1997
|
|
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-11-14 14:53:06 +01:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:56:17 +02:00
|
|
|
PORTNAME= hfsutils
|
|
|
|
PORTVERSION= 3.2.6
|
1999-11-28 19:32:45 +01:00
|
|
|
CATEGORIES= emulators tk82
|
1998-10-24 19:08:47 +02:00
|
|
|
MASTER_SITES= ftp://ftp.mars.org/pub/hfs/
|
1997-11-14 14:53:06 +01:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Yet Another HFS Utility
|
1997-11-14 14:53:06 +01:00
|
|
|
|
2003-02-20 18:33:14 +01:00
|
|
|
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
1997-11-14 14:53:06 +01:00
|
|
|
|
1998-03-12 09:05:34 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1998-10-24 19:08:47 +02:00
|
|
|
CONFIGURE_ARGS= --with-tcl --with-tk
|
1998-03-12 09:05:34 +01:00
|
|
|
|
1998-10-24 19:08:47 +02:00
|
|
|
MAN1= hattrib.1 \
|
|
|
|
hcd.1 \
|
|
|
|
hcopy.1 \
|
|
|
|
hdel.1 \
|
|
|
|
hdir.1 \
|
|
|
|
hformat.1 \
|
|
|
|
hfs.1 \
|
|
|
|
hfssh.1 \
|
|
|
|
hfsutils.1 \
|
|
|
|
hls.1 \
|
|
|
|
hmkdir.1 \
|
|
|
|
hmount.1 \
|
|
|
|
hpwd.1 \
|
|
|
|
hrename.1 \
|
|
|
|
hrmdir.1 \
|
|
|
|
humount.1 \
|
|
|
|
hvol.1 \
|
|
|
|
xhfs.1
|
1997-11-14 14:53:06 +01:00
|
|
|
|
1998-03-12 09:05:34 +01:00
|
|
|
post-install:
|
1999-08-22 21:01:07 +02:00
|
|
|
${CHMOD} 755 ${PREFIX}/bin/hfs
|
1998-03-12 09:05:34 +01:00
|
|
|
|
1997-11-14 14:53:06 +01:00
|
|
|
.include <bsd.port.mk>
|