freebsd-ports/textproc/domc/Makefile
John Marino 19528f71b6 devel/libmba: Fix wrong embedded DT_SONAME
* Use single digit for soversion
 * Support DragonFly
 * Drop unnecessary sed lines by adjusting MAKE_ARGS
 * Bump dependent ports

PR:		192666
Submitted by:	Jan Beich
Approved by:	portmgr (implicit, dependent port unstaged)
2014-08-15 06:55:11 +00:00

26 lines
622 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= domc
PORTVERSION= 0.8.0
PORTREVISION= 3
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:${PORTSDIR}/textproc/expat2 \
libmba.so:${PORTSDIR}/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>