1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/emulators/hfsutils/Makefile

48 lines
751 B
Makefile
Raw Normal View History

# New ports collection makefile for: hfsutils
# Date Created: 7 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-12 04:56:17 +00:00
PORTNAME= hfsutils
PORTVERSION= 3.2.6
PORTREVISION= 2
CATEGORIES= emulators tk
1998-10-24 17:08:47 +00:00
MASTER_SITES= ftp://ftp.mars.org/pub/hfs/
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another HFS Utility
CONFLICTS= hfs-[0-9]*
2005-09-22 17:03:13 +00:00
USE_TCL= 84
USE_TK= 84
1998-03-12 08:05:34 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR}
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:
1999-08-22 19:01:07 +00:00
${CHMOD} 755 ${PREFIX}/bin/hfs
1998-03-12 08:05:34 +00:00
.include <bsd.port.mk>