aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/linux-libxml2/Makefile
blob: 1f8546b6ff6b091386f4fa3539da795f2f7157c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
CATEGORIES= textproc linux
DISTNAME=   ${PORTNAME}-${PORTVERSION}-1

MAINTAINER= tut@nhamon.com.ua
COMMENT=    RPM of libxml2

USE_LINUX_RPM=  yes
LINUX_DIST_VER= 4
INSTALLS_SHLIB= yes
BRANDELF_DIRS=  usr/bin
PLIST=      pkg-plist.${LINUX_RPM_ARCH}
PLIST_SUB+= PORTVERSION="${PORTVERSION}"

.include <bsd.port.mk>