mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
24 lines
465 B
Makefile
24 lines
465 B
Makefile
# New ports collection makefile for: hfs
|
|
# Version required: 0.37
|
|
# Date created: 17 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.8 1996/11/12 02:16:45 obrien Exp $
|
|
#
|
|
|
|
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>
|