diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 15:18:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 15:18:01 +0000 |
commit | 1f0fd654fce3d05357f355ac7313d1b1136372fe (patch) | |
tree | cee235353b1a72c08403c3b03aa5d063759f6f70 | |
parent | d70985194672927ca8a4f786be7bc61d365c119b (diff) | |
download | ports-1f0fd654fce3d05357f355ac7313d1b1136372fe.tar.gz ports-1f0fd654fce3d05357f355ac7313d1b1136372fe.zip |
Notes
-rw-r--r-- | x11/xorg-minimal/Makefile | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/x11/xorg-minimal/Makefile b/x11/xorg-minimal/Makefile index 591b77b43032..b6d05ff78a88 100644 --- a/x11/xorg-minimal/Makefile +++ b/x11/xorg-minimal/Makefile @@ -4,17 +4,12 @@ PORTNAME= xorg PORTVERSION= 7.5.2 PORTREVISION= 1 CATEGORIES= x11 x11-servers -MASTER_SITES= # none PKGNAMESUFFIX= -minimal -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= X.Org minimal distribution metaport -NO_BUILD= yes -NO_MTREE= yes - +USES= metaport .include <bsd.port.options.mk> VIDEO_DRIVER?= vesa @@ -36,16 +31,4 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:${POR RUN_DEPENDS+= ${LOCALBASE}/lib/va/i965_drv_video.so:${PORTSDIR}/multimedia/libva-intel-driver .endif -do-install: - -pre-everything:: - @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port." - @${ECHO_MSG} "It won't build and install all the parts until you have typed make install" - @${ECHO_MSG} "This port does not ensure things are upgraded; use portmaster if you want to" - @${ECHO_MSG} "upgrade X.Org. The \"vesa\" driver is installed by default. You can choose a" - @${ECHO_MSG} "different one by means of the VIDEO_DRIVER parameter. For example:" - @${ECHO_MSG} "" - @${ECHO_MSG} " make install VIDEO_DRIVER=intel" - @${ECHO_MSG} "" - .include <bsd.port.mk> |