2006-05-01 00:14:08 +02:00
|
|
|
# New ports collection makefile for: linux-xorg-libs
|
|
|
|
# Date created: $Date$
|
|
|
|
# Whom: bsam@ipt.ru
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xorg-libs
|
|
|
|
PORTVERSION= 6.8.2
|
2009-06-02 23:15:40 +02:00
|
|
|
PORTREVISION= 7
|
2006-05-01 00:14:08 +02:00
|
|
|
CATEGORIES= x11 linux
|
2011-03-03 10:26:45 +01:00
|
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
2006-06-28 21:25:49 +02:00
|
|
|
DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.1.${LINUX_RPM_ARCH}.rpm \
|
2006-05-13 17:33:48 +02:00
|
|
|
xorg-x11-deprecated-libs-6.8.2-31.${LINUX_RPM_ARCH}.rpm
|
2006-05-01 00:14:08 +02:00
|
|
|
|
2011-03-07 16:08:25 +01:00
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
2006-05-01 00:14:08 +02:00
|
|
|
COMMENT= Xorg libraries, linux binaries
|
|
|
|
|
2009-06-02 23:15:40 +02:00
|
|
|
CONFLICTS= linux-XFree86-libs-[0-9]* linux-f8-xorg-libs-[0-9]* linux-f10-xorg-libs-[0-9]*
|
2006-05-01 00:14:08 +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 00:14:08 +02:00
|
|
|
USE_LINUX_RPM= yes
|
2009-03-19 18:28:51 +01:00
|
|
|
USE_LINUX_APPS= fontconfig
|
2006-05-01 00:14:08 +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
|
2006-05-01 00:14:08 +02:00
|
|
|
|
2006-06-28 21:25:49 +02:00
|
|
|
SRC_DISTFILES= xorg-x11-6.8.2-37.FC4.49.2.1.src.rpm
|
2006-05-01 00:14:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|