mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
6f6fbe4bdf
- 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
29 lines
639 B
Makefile
29 lines
639 B
Makefile
# New ports collection makefile for: ekhtml
|
|
# Date created: 21 December 2007
|
|
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ekhtml
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= El-Kabong is a speedy, yet forgiving, SAX-style HTML parser
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
PLIST_FILES= include/ekhtml.h lib/libekhtml.a \
|
|
lib/libekhtml.la lib/libekhtml.so \
|
|
lib/libekhtml.so.0
|
|
|
|
.include <bsd.port.mk>
|