summaryrefslogtreecommitdiff
path: root/textproc/linux-f8-libxml/Makefile
blob: d826d1a9e74c4ed91e496116f1ef85eff582c879 (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
# New ports collection makefile for: linux-libxml
# Date created:		2001.02.08
# Whom:                 taoka@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	libxml
PORTVERSION=	1.8.17
PORTREVISION=	2
CATEGORIES=	textproc linux
DISTNAME=	${PORTNAME}-${PORTVERSION}-13

MAINTAINER=	freebsd-emulation@FreeBSD.org
COMMENT=	RPM of libxml

USE_LINUX_RPM=	yes
LINUX_DIST_VER=	4
USE_LDCONFIG=	yes
PLIST=		pkg-plist.${LINUX_RPM_ARCH}
PLIST_SUB+=	PORTVERSION="${PORTVERSION}"

.include <bsd.port.mk>