blob: c36ff7e2c26535a498d552691988d336abf72009 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: linux-libxml
# Date created: 2001.02.08
# Whom: taoka@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libxml
PORTVERSION= 1.8.10
CATEGORIES= textproc linux
MAINTAINER= taoka@FreeBSD.org
COMMENT= RPM of libxml
RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
|