aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/domc/Makefile
blob: c1b3aac0dc293f5c227077aa9020fc989a534d50 (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
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$

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

MAINTAINER= ports@FreeBSD.org
COMMENT=    Lightweight implementation of the DOM in ANSI C

LICENSE=    MIT

LIB_DEPENDS=    libexpat.so:textproc/expat2 \
        libmba.so:devel/libmba

USES=       gmake
MAKE_ENV=   prefix="${LOCALBASE}" INSTDIR="${STAGEDIR}${PREFIX}"
MAKE_ARGS=  CC="${CC}" RPM_OPT_FLAGS="${CFLAGS}" \
        MAJVERSION=${PORTVERSION:R:R}
CFLAGS+=    -D__USE_XOPEN=__XSI_VISIBLE
USE_LDCONFIG=   yes

.include <bsd.port.mk>