1997-11-14 13:53:06 +00:00
|
|
|
# New ports collection makefile for: hfsutils
|
1998-03-12 08:05:34 +00:00
|
|
|
# Version required: 3.2
|
1997-11-14 13:53:06 +00:00
|
|
|
# Date Created: 7 Sep 1997
|
|
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
|
|
|
#
|
1998-08-07 23:56:56 +00:00
|
|
|
# $Id: Makefile,v 1.9 1998/03/21 19:19:42 vanilla Exp $
|
1997-11-14 13:53:06 +00:00
|
|
|
#
|
|
|
|
|
1998-03-12 08:05:34 +00:00
|
|
|
DISTNAME= hfsutils-3.2
|
1998-02-24 21:43:51 +00:00
|
|
|
CATEGORIES= emulators tk81
|
1998-03-21 19:19:42 +00:00
|
|
|
MASTER_SITES= ftp://ftp.mars.org/pub/hfs/ \
|
1998-03-21 06:47:32 +00:00
|
|
|
http://www.freebsd.org/~vanilla/
|
1997-11-14 13:53:06 +00:00
|
|
|
|
1997-12-12 06:22:23 +00:00
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
1997-11-14 13:53:06 +00:00
|
|
|
|
1998-08-07 23:56:56 +00:00
|
|
|
LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11-toolkits/tk81
|
1997-11-14 13:53:06 +00:00
|
|
|
|
1998-03-12 08:05:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-tcl --with-tcl-libs=${PREFIX}/lib --with-tk --with-tk-libs=${PREFIX}/lib
|
|
|
|
|
1997-11-14 13:53:06 +00: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
|
|
|
|
|
1998-03-12 08:05:34 +00:00
|
|
|
post-install:
|
|
|
|
chmod 755 ${PREFIX}/bin/hfs
|
|
|
|
|
1997-11-14 13:53:06 +00:00
|
|
|
.include <bsd.port.mk>
|