aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/linux-f8-libxml/Makefile
blob: f348ca54418721a94c5fa8c54583bfb7f19270f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for: linux-libxml
# Date created:     2001.02.08
# Whom:                 taoka@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   libxml
.if (${MACHINE_ARCH} == "i386")
PORTVERSION=    1.4.0
.elif (${MACHINE_ARCH} == "alpha")
PORTVERSION=    1.7.3
.endif
CATEGORIES= textproc linux

RPM_SET=    libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm

.include "../../x11-toolkits/linux-gtk/Makefile"