[Midnightbsd-cvs] mports: Makefile: add license, use_ldconfig, ...

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 3 15:25:49 EDT 2008


Log Message:
-----------
add license, use_ldconfig, ...

Modified Files:
--------------
    mports/x11/linux-xorg-libs:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/linux-xorg-libs/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11/linux-xorg-libs/Makefile -L x11/linux-xorg-libs/Makefile -u -r1.2 -r1.3
--- x11/linux-xorg-libs/Makefile
+++ x11/linux-xorg-libs/Makefile
@@ -1,30 +1,29 @@
 # New ports collection makefile for:	linux-xorg-libs
-# Date created:				$Date$
-# Whom:					bsam at ipt.ru
 #
 # $MidnightBSD$
 # $FreeBSD: ports/x11/linux-xorg-libs/Makefile,v 1.6 2006/06/28 19:25:49 netchild Exp $
 #
 
-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=		ports at MidnightBSD.org
-COMMENT=		Xorg libraries, linux binaries
-
-RUN_DEPENDS=		${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig
-
-CONFLICTS=		linux-XFree86-libs
-
-USE_GCPIO=		yes
-USE_LINUX_RPM=		yes
-LINUX_DIST_VER=		4
-INSTALLS_SHLIB=		yes
+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=	ports at MidnightBSD.org
+COMMENT=	Xorg libraries, linux binaries
+LICENSE=	x11
+
+RUN_DEPENDS=	${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig
+
+CONFLICTS=	linux-XFree86-libs-[0-9]*
+
+USE_GCPIO=	yes
+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
+SRC_DISTFILES=	xorg-x11-6.8.2-37.FC4.49.2.1.src.rpm
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list