summaryrefslogblamecommitdiff
path: root/emulators/hfsutils/Makefile
blob: 0f18311dd17a61f103ce6257d8870e6d22cdac2c (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                
                             


                                                             
           

 
                              
                              
                                           
 
                                   
 
                                                    
 
                   
                                    
 

















                            
 
             
                                              
 
                      
# New ports collection makefile for:	hfsutils
# Version required:	3.2.6
# Date Created:		7 Sep 1997
# Whom:			Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
#

DISTNAME=	hfsutils-3.2.6
CATEGORIES=	emulators tk82
MASTER_SITES=	ftp://ftp.mars.org/pub/hfs/

MAINTAINER=	vanilla@FreeBSD.org

LIB_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-tcl --with-tk

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 <bsd.port.mk>