blob: c5bad24f85c5b6c4b6dff0c085389013b41aa78b (
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
28
29
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: textproc/linux-f10-libxml2
# Date created: 2009-05-03
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= libxml2
PORTVERSION= 2.7.3
PORTREVISION= 2
CATEGORIES= textproc linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library providing XML and HTML support (Linux Fedora 10)
CONFLICTS= linux-libxml2-[0-9]* linux-f8-libxml2-[0-9]*
USE_LINUX_RPM= yes
LINUX_DIST_VER= 10
RPMVERSION= 1.fc10
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>
|