aboutsummaryrefslogtreecommitdiff
path: root/textproc/domc/Makefile
blob: 76eea6e3a8e129507f181f88eb6a6c1e46e83e68 (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
# ex:ts=8
# New ports collection makefile for:	domc
# Date created:			Oct 8, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	domc
PORTVERSION=	0.8.0
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	http://www.ioplex.com/~miallen/domc/dl/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A light weight implementation of the DOM in ANSI C

LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
		mba.0:${PORTSDIR}/devel/libmba

MAN3=		DOM_CharacterData.3m DOM_Document.3m DOM_Element.3m \
		DOM_Implementation.3m DOM_NamedNodeMap.3m DOM_Node.3m \
		DOM_NodeList.3m DOM_Text.3m
MANCOMPRESSED=	yes

SHLIB_MAJOR=	0

USE_GMAKE=	yes
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
MAKE_ENV+=	SHLIB_MAJOR="${SHLIB_MAJOR}" INSTDIR=${PREFIX}
USE_LDCONFIG=	yes

PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000
BROKEN=		Does not compile on sparc64-8: duplicate definition of strlen
.endif

.include <bsd.port.post.mk>