1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/emulators/hfsutils/Makefile

43 lines
737 B
Makefile
Raw Normal View History

# New ports collection makefile for: hfsutils
# Version required: 3.2.6
# Date Created: 7 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.14 1998/11/04 09:45:14 vanilla Exp $
#
DISTNAME= hfsutils-3.2.6
1998-10-24 17:08:47 +00:00
CATEGORIES= emulators tk80
MASTER_SITES= ftp://ftp.mars.org/pub/hfs/
1997-12-12 06:22:23 +00:00
MAINTAINER= vanilla@FreeBSD.ORG
1998-10-24 17:08:47 +00:00
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
1998-03-12 08:05:34 +00:00
GNU_CONFIGURE= yes
1998-10-24 17:08:47 +00:00
CONFIGURE_ARGS= --with-tcl --with-tk
1998-03-12 08:05:34 +00:00
1998-10-24 17:08:47 +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
.include <bsd.port.mk>