aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-nestserver
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-02-11 14:17:58 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-02-11 14:17:58 +0000
commit3f87b5cb51a9164076426ff318d5d77c12b0ced3 (patch)
treef850017ca906c1f973d599485b77a7dceb60e2fc /x11-servers/xorg-nestserver
parentce75c0657853608ceeaeda9f2d28dc0d2c634129 (diff)
downloadports-3f87b5cb51a9164076426ff318d5d77c12b0ced3.tar.gz
ports-3f87b5cb51a9164076426ff318d5d77c12b0ced3.zip
Notes
Diffstat (limited to 'x11-servers/xorg-nestserver')
-rw-r--r--x11-servers/xorg-nestserver/Makefile65
1 files changed, 18 insertions, 47 deletions
diff --git a/x11-servers/xorg-nestserver/Makefile b/x11-servers/xorg-nestserver/Makefile
index 9c7d55b93282..eb5ed8138b2c 100644
--- a/x11-servers/xorg-nestserver/Makefile
+++ b/x11-servers/xorg-nestserver/Makefile
@@ -4,57 +4,28 @@
PORTNAME= xorg-nestserver
PORTVERSION= 1.19.1
PORTEPOCH= 2
-CATEGORIES= x11-servers
-MASTER_SITES= XORG/individual/xserver
-DISTNAME= xorg-server-${PORTVERSION}
-DIST_SUBDIR= xorg/xserver
-MAINTAINER= x11@FreeBSD.org
COMMENT= Nesting X server from X.Org
LICENSE= MIT
-LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
+MASTERDIR= ${.CURDIR}/../xorg-server
+DESCR= ${.CURDIR}/pkg-descr
+DISTINFO_FILE= ${.CURDIR}/distinfo
+PATCHDIR= ${.CURDIR}/files
+
RUN_DEPENDS= xkeyboard-config>=2.5:x11/xkeyboard-config
-USES= tar:bzip2 pkgconfig ssl
-INSTALL_WRKSRC= ${WRKSRC}/hw/xnest
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-dmx \
- --disable-xephyr \
- --enable-xnest \
- --disable-xfbdev \
- --disable-kdrive \
- --disable-xfake \
- --disable-screensaver \
- --disable-xwin \
- --disable-xwayland \
- --disable-xorg \
- --without-xmlto \
- --disable-docs \
- --disable-devel-docs \
- --localstatedir=/var \
- --without-dtrace \
- --without-doxygen \
- --disable-glx \
- --disable-dri \
- --disable-config-hal \
- --disable-libdrm \
- --disable-glx-tls \
- --disable-vbe \
- --disable-vgahw \
- --disable-xvfb \
- --with-fontrootdir=${PREFIX}/share/fonts
-
-USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \
- damageproto xcmiscproto xextproto xf86miscproto inputproto \
- xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \
- dri2proto resourceproto fontsproto xf86dgaproto videoproto \
- compositeproto trapproto recordproto resourceproto \
- xineramaproto xinerama evieproto xkbfile xfont2 fontenc xkbui \
- xxf86misc xxf86vm xaw7 xmu xpm xext pixman xtrans presentproto
-
-PLIST_FILES= bin/Xnest \
- man/man1/Xnest.1.gz
-
-.include <bsd.port.mk>
+SLAVE_PORT= yes
+OPTIONS_EXCLUDE=DEVD HAL SUID
+
+USE_XORG= x11 xext xfont2
+
+CONFIGURE_ARGS+=--enable-xnest --disable-dmx --disable-xephyr --disable-xvfb
+
+PLIST_FILES= bin/Xnest man/man1/Xnest.1.gz
+
+do-install:
+ cd ${WRKSRC}/hw/xnest; DESTDIR=${STAGEDIR} ${MAKE} install
+
+.include "${MASTERDIR}/Makefile"