mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
7aec2c3eab
. add CONFLICTS to 47 original ports; . bump PORTREVISIONs for all of them; . pet portlint for 2-3 ports (misplaced PORTREVISION).
28 lines
654 B
Makefile
28 lines
654 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= 6
|
|
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
|
|
|
|
CONFLICTS= linux-XFree86-libs-[0-9]* linux-f8-xorg-libs-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= fontconfig
|
|
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>
|