mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
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.
26 lines
596 B
Makefile
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>
|