blob: e099d9c5a8d836f40acbd15215757af4c4166298 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: hfsutils
# Version required: 2.0
# Date Created: 7 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.4 1998/02/21 22:37:59 fenner Exp $
#
DISTNAME= hfsutils-2.0
CATEGORIES= emulators tk81
MASTER_SITES= ftp://ftp.ps.ucl.ac.uk/pub/mkhfs/
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
MAKE_ENV+= COPTS="${CFLAGS}"
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
.include <bsd.port.mk>
|