2001-02-12 17:37:14 +01:00
|
|
|
# New ports collection makefile for: linux-libxml
|
|
|
|
# Date created: 2001.02.08
|
|
|
|
# Whom: taoka@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libxml
|
2005-12-03 15:59:32 +01:00
|
|
|
PORTVERSION= 1.8.17
|
2009-06-02 23:15:40 +02:00
|
|
|
PORTREVISION= 4
|
2001-02-12 17:37:14 +01:00
|
|
|
CATEGORIES= textproc linux
|
2011-03-03 10:26:45 +01:00
|
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
2006-07-09 23:01:45 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-13
|
2001-02-12 17:37:14 +01:00
|
|
|
|
2011-03-07 16:08:25 +01:00
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
2003-02-20 20:31:37 +01:00
|
|
|
COMMENT= RPM of libxml
|
2001-03-08 02:14:37 +01:00
|
|
|
|
2009-06-02 23:15:40 +02:00
|
|
|
CONFLICTS= linux-f8-libxml-[0-9]* linux-f10-libxml-[0-9]*
|
2009-04-01 12:10:16 +02:00
|
|
|
|
2012-04-14 22:24:51 +02:00
|
|
|
# EXPIRATION_DATE is the EoL of the last 7.x release
|
|
|
|
EXPIRATION_DATE=2013-02-28
|
2006-05-01 19:28:17 +02:00
|
|
|
USE_LINUX_RPM= yes
|
2006-07-09 23:01:45 +02:00
|
|
|
LINUX_DIST_VER= 4
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2012-07-31 15:15:32 +02:00
|
|
|
PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
|
2006-07-09 23:01:45 +02:00
|
|
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
2001-02-12 17:37:14 +01:00
|
|
|
|
2006-05-01 19:28:17 +02:00
|
|
|
.include <bsd.port.mk>
|