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




                                           
           

 
                       
                        
                         

                                                       
                               
 
                   
                     
 
            



                                    
# New ports collection makefile for:    hfs
# Version required:     0.37
# Date created:         17 November 1994
# Whom:                 jmz
#
# $FreeBSD$
#

DISTNAME=	hfs0_37
PKGNAME=	hfs-0.37
CATEGORIES=	emulators
MASTER_SITES=	ftp://ftp.obs-besancon.fr/pub/outgoing/

MAINTAINER=	jmz@FreeBSD.org

USE_GMAKE=	yes
MAN1=		hfs.1

pre-install:
	@${MKDIR} ${PREFIX}/bin
	@${MKDIR} ${PREFIX}/man/man1

.include <bsd.port.mk>