1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/emulators/hfsutils/Makefile
Bill Fenner f06d13b6ff Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
 awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX

I didn't do anything about the ports which depend on things which depend
 on a tk revision.  I'd be afraid that the depended-upon port might change
 and thus outdate the virtual category in the depender.
1998-02-21 22:38:11 +00:00

23 lines
601 B
Makefile

# 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.3 1997/12/12 06:22:23 vanilla Exp $
#
DISTNAME= hfsutils-2.0
CATEGORIES= emulators tk80
MASTER_SITES= ftp://ftp.ps.ucl.ac.uk/pub/mkhfs/
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
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>