freebsd-ports/textproc/domc/Makefile
Tijl Coosemans eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00

25 lines
598 B
Makefile

# 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>