Sergey Matveychuk 086b756a18 libhtmlparse is a lightweight HTML parsing library. It is designed for
applications where speed is critical and certain advanced features aren't
necessary. It's intended to be as simple as possible to use.

PR:		ports/75704
Submitted by:	Mooneer Salem <mooneer(at)translator.cx>
2005-02-11 21:33:44 +00:00

23 lines
530 B
Makefile

# New ports collection makefile for: libhtmlparse
# Date created: 1 January 2005
# Whom: Mooneer Salem <mooneer@translator.cx>
#
# $FreeBSD$
#
PORTNAME= libhtmlparse
PORTVERSION= 0.2.0
CATEGORIES= textproc devel
MASTER_SITES= http://www.translator.cx/dist/libs/
MAINTAINER= mooneer@translator.cx
COMMENT= Simple and fast HTML parsing library for C programs
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>