2007-09-09 15:45:42 +00:00
|
|
|
# New ports collection makefile for: linux-libxml2
|
|
|
|
# Date created: 2007.09.02
|
|
|
|
# Whom: Artem Naluzhnyy <tut@nhamon.com.ua>
|
2001-02-12 16:37:14 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2007-09-09 15:45:42 +00:00
|
|
|
PORTNAME= libxml2
|
|
|
|
PORTVERSION= 2.6.19
|
2001-02-12 16:37:14 +00:00
|
|
|
CATEGORIES= textproc linux
|
2007-09-09 15:45:42 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
2001-02-12 16:37:14 +00:00
|
|
|
|
2007-09-09 15:45:42 +00:00
|
|
|
MAINTAINER= tut@nhamon.com.ua
|
|
|
|
COMMENT= RPM of libxml2
|
2001-03-08 01:14:37 +00:00
|
|
|
|
2006-05-01 17:28:17 +00:00
|
|
|
USE_LINUX_RPM= yes
|
2006-07-09 21:01:45 +00:00
|
|
|
LINUX_DIST_VER= 4
|
2006-05-01 17:28:17 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2007-09-09 15:45:42 +00:00
|
|
|
BRANDELF_DIRS= usr/bin
|
2006-05-01 17:28:17 +00:00
|
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
2006-07-09 21:01:45 +00:00
|
|
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
2001-02-12 16:37:14 +00:00
|
|
|
|
2006-05-01 17:28:17 +00:00
|
|
|
.include <bsd.port.mk>
|