blob: 463f1c7b9a87ebc95189b2ae8c95bf2bc72b401b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: hfs
# Version required: 0.37
# Date created: 17 November 1994
# Whom: jmz
#
# $Id$
#
DISTNAME= hfs0_37
PKGNAME= hfs-0.37
CATEGORIES+= utilities
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
MAINTAINER= jmz@FreeBSD.org
USE_GMAKE= yes
.include <bsd.port.mk>
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
|