summaryrefslogtreecommitdiff
path: root/emulators/hfsplusutils/Makefile
blob: 2b4ff996847fffcff9ca22f5f3e53b610486c211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# New ports collection makefile for:	hfsplusutils
# Date created:		2003-11-11
# Whom:			Josh Elsasser <jre@vineyard.net>
#
# $FreeBSD$
#

PORTNAME=	hfsplusutils
PORTVERSION=	1.0.4
CATEGORIES=	emulators
MASTER_SITES=	ftp://ftp.penguinppc.org/users/hasi/
DISTNAME=	hfsplus_${PORTVERSION}.src

MAINTAINER=	jre@vineyard.net
COMMENT=	Utilities for accessing HFS+ filesystems

USE_BZIP2=	yes
USE_REINPLACE=	yes
USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes
USE_AUTOMAKE_VER=	15
AUTOMAKE_ARGS=		--add-missing
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

WRKSRC=		${WRKDIR}/hfsplus-${PORTVERSION}

MAN1=		hfsp.1
DOCS=		AUTHORS ChangeLog NEWS README index.html doc/*.html

pre-patch:
	@${REINPLACE_CMD} -e 's/^CFLAGS.*/CFLAGS=@CFLAGS@/' \
		${WRKSRC}/src/Makefile.am ${WRKSRC}/libhfsp/src/Makefile.am
	@${REINPLACE_CMD} -e 's,doc/,,' ${WRKSRC}/index.html

# it would really be best if the patch-libtool target was run just
# after pre-configure instead of just before.  To get around this, we
# touch LIBTOOLFILES so patch-libtool doesn't barf, then run
# patch-libtool again after running aclocal and autoheader.  Hopefully
# future changes to bsd.port.mk won't cause this to break.
post-patch:
	@cd ${WRKSRC} && ${TOUCH} ${LIBTOOLFILES}

pre-configure:
	@cd ${WRKSRC} && ${ACLOCAL} && ${AUTOHEADER}
#	@${MAKE} patch-libtool

post-install:
	${INSTALL_MAN} ${WRKSRC}/doc/man/hfsp.man ${MAN1PREFIX}/man/man1/hfsp.1
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=	"Does not build on FreeBSD 4.x or earlier"
.endif

.if ${OSVERSION} >= 502000
BROKEN=		"Broken pkg-plist"
.endif

.include <bsd.port.post.mk>