1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/textproc/linux-f10-libxml/Makefile

21 lines
428 B
Makefile
Raw Normal View History

2001-02-12 16:37:14 +00:00
# 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
MAINTAINER= taoka@FreeBSD.org
2001-02-12 16:37:14 +00:00
RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"