From b2f495fb637d215fad53c7ec3923bf737c4015bd Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 12 Mar 1998 08:05:34 +0000 Subject: Upgrade to 3.2. --- emulators/hfsutils/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'emulators/hfsutils/Makefile') diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile index e099d9c5a8d8..c6abcc584cff 100644 --- a/emulators/hfsutils/Makefile +++ b/emulators/hfsutils/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: hfsutils -# Version required: 2.0 +# Version required: 3.2 # Date Created: 7 Sep 1997 # Whom: Vanilla I. Shu # # $Id: Makefile,v 1.4 1998/02/21 22:37:59 fenner Exp $ # -DISTNAME= hfsutils-2.0 +DISTNAME= hfsutils-3.2 CATEGORIES= emulators tk81 MASTER_SITES= ftp://ftp.ps.ucl.ac.uk/pub/mkhfs/ @@ -14,9 +14,14 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 -MAKE_ENV+= COPTS="${CFLAGS}" +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-tcl --with-tcl-libs=${PREFIX}/lib --with-tk --with-tk-libs=${PREFIX}/lib + 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 +post-install: + chmod 755 ${PREFIX}/bin/hfs + .include -- cgit v1.2.3