forked from Lainports/freebsd-ports
- Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
27 lines
623 B
Makefile
27 lines
623 B
Makefile
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libxml2
|
|
PORTVERSION= 2.7.6
|
|
PORTREVISION= 5
|
|
CATEGORIES= textproc linux
|
|
MASTER_SITES= CENTOS_LINUX
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Library providing XML and HTML support (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-libxml2-[0-9]* linux-f8-libxml2-[0-9]*
|
|
|
|
USE_LINUX= c6
|
|
USE_LINUX_RPM= yes
|
|
|
|
RPMVERSION= 20.el6
|
|
BRANDELF_DIRS= usr/bin
|
|
USE_LDCONFIG= yes
|
|
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= AUTHORS ChangeLog.gz Copyright NEWS README TODO
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|