mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
3e4ed01146
- 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)
29 lines
687 B
Makefile
29 lines
687 B
Makefile
# New ports collection makefile for: linux-xorg-libs
|
|
# Date created: $Date$
|
|
# Whom: bsam@ipt.ru
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xorg-libs
|
|
PORTVERSION= 6.8.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11 linux
|
|
DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.1.${LINUX_RPM_ARCH}.rpm \
|
|
xorg-x11-deprecated-libs-6.8.2-31.${LINUX_RPM_ARCH}.rpm
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= Xorg libraries, linux binaries
|
|
|
|
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig
|
|
|
|
CONFLICTS= linux-XFree86-libs
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
|
|
SRC_DISTFILES= xorg-x11-6.8.2-37.FC4.49.2.1.src.rpm
|
|
|
|
.include <bsd.port.mk>
|