1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/textproc/linux-f8-libxml2/Makefile
Alexander Leidinger 252e481b40 Deprecate all non-default Fedora based linux_base respectively linux-fx-*
ports. All of them are End of Life (no security updates) since a loooong time.

As they are not the default, I decided to go with a short expiration date (one
month). The maintainer of the few ports which depend upon the f8 infrastructure
is informed to take action (update to the default f10 infrastructure, or to
deprecate).
2011-02-28 14:07:23 +00:00

40 lines
998 B
Makefile

# New ports collection makefile for: textproc/linux-f8-libxml2
# Date created: 2008-04-10
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= libxml2
PORTVERSION= 2.7.2
PORTREVISION= 2
CATEGORIES= textproc linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library providing XML and HTML support (Linux Fedora 8)
CONFLICTS= linux-libxml2-[0-9]* linux-f10-libxml2-[0-9]*
DEPRECATED= End of Life since Jan 7, 2009
EXPIRATION_DATE=2011-04-01
USE_LINUX_RPM= yes
LINUX_DIST_VER= 8
RPMVERSION= 2.fc8
BRANDELF_DIRS= usr/bin
USE_LDCONFIG= yes
PLIST_FILES= usr/bin/xmlcatalog usr/bin/xmllint \
usr/lib/libxml2.so.2 usr/lib/libxml2.so.${PORTVERSION}
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS ChangeLog.gz Copyright NEWS README TODO
MANPREFIX= ${PREFIX}/usr/share
MAN1= xmlcatalog.1 xmllint.1
MAN3= libxml.3
MANCOMPRESSED= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>