1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/linux-libxml2/Makefile
Boris Samorodov 3382571443 Use asolute path for PLIST (prepend ${PKGDIR} to PLIST).
It's more safe that a relative path.

Inspired by PR:		ports/169702
Submitted by:	Tijl Coosemans <tijl@coosemans.org>
Discussed at:	freebsd-emulation
2012-07-31 13:15:32 +00:00

29 lines
648 B
Makefile

# New ports collection makefile for: linux-libxml2
# Date created: 2007.09.02
# Whom: Artem Naluzhnyy <tut@nhamon.com.ua>
#
# $FreeBSD$
#
PORTNAME= libxml2
PORTVERSION= 2.6.19
PORTREVISION= 2
CATEGORIES= textproc linux
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= tut@nhamon.com.ua
COMMENT= RPM of libxml2
CONFLICTS= linux-f8-libxml2-[0-9]* linux-f10-libxml2-[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
BRANDELF_DIRS= usr/bin
PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
.include <bsd.port.mk>