aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-f10-libxml/Makefile
blob: 54665f45675a38887ad33c107676bc57521c8f0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	textproc/linux-f8-libxml
# Date created:				2008-04-10
# Whom:					bsam
#
# $FreeBSD$
#

PORTNAME=	libxml
PORTVERSION=	1.8.17
CATEGORIES=	textproc linux
PKGNAMEPREFIX=	linux-f8-
DISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}

MAINTAINER=	freebsd-emulation@FreeBSD.org
COMMENT=	Old libXML library for Gnome-1 application compatibility (Linux Fedora 8)

USE_LINUX_RPM=	yes
LINUX_DIST_VER=	8
RPMVERSION=	18.fc8
USE_LDCONFIG=	yes

PLIST_FILES=	usr/lib/libxml.so.1 usr/lib/libxml.so.${PORTVERSION}
DOCSDIR=	${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS=	AUTHORS COPYING.LIB ChangeLog README TODO
DESCR=		${.CURDIR}/../${PORTNAME}2/pkg-descr

.include <bsd.port.mk>