blob: 1d865268bda917adb1ed7fb2a0cab4f645210a73 (
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
24
25
26
27
28
|
# 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>
|