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

PORTNAME=   domc
PORTVERSION=    0.6.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.5:${PORTSDIR}/textproc/expat2 \
        mba:${PORTSDIR}/devel/libmba

SHLIB_MAJOR=    0

USE_REINPLACE=  yes
CFLAGS=     -I${LOCALBASE}/include -L${LOCALBASE}/lib
MAKE_ENV=   SHLIB_MAJOR="${SHLIB_MAJOR}" INSTDIR=${PREFIX}
ALL_TARGET= # empty
INSTALLS_SHLIB= yes

PLIST_SUB=  SHLIB_MAJOR="${SHLIB_MAJOR}"

.include <bsd.port.pre.mk>

post-patch:
    @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \
        -e "s|gcc|${CC}|g" ${WRKSRC}/Makefile

.include <bsd.port.post.mk>