ports/textproc/libhtmlparse/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

26 lines
596 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= # disappeared
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple and fast HTML parsing library for C programs
BROKEN= "mastersite disappeared"
DEPRECATED= ${BROKEN}
EXPIRATION_DATE= 2005-12-09
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>