freebsd-ports/textproc/diffmark/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

25 lines
557 B
Makefile

# New ports collection makefile for: diffmark
# Date created: 05 September 2006
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= diffmark
PORTVERSION= 0.07
CATEGORIES= textproc
MASTER_SITES= http://www.mangrove.cz/diffmark/
MAINTAINER= skv@FreeBSD.org
COMMENT= XML diff and merge package
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_LDCONFIG= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-libxml2-incldir=${LOCALBASE}/include/libxml2
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>