mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
3382571443
It's more safe that a relative path. Inspired by PR: ports/169702 Submitted by: Tijl Coosemans <tijl@coosemans.org> Discussed at: freebsd-emulation
29 lines
691 B
Makefile
29 lines
691 B
Makefile
# New ports collection makefile for: linux-libxml
|
|
# Date created: 2001.02.08
|
|
# Whom: taoka@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libxml
|
|
PORTVERSION= 1.8.17
|
|
PORTREVISION= 4
|
|
CATEGORIES= textproc linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-13
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of libxml
|
|
|
|
CONFLICTS= linux-f8-libxml-[0-9]* linux-f10-libxml-[0-9]*
|
|
|
|
# EXPIRATION_DATE is the EoL of the last 7.x release
|
|
EXPIRATION_DATE=2013-02-28
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
|
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|