Lines 2-15
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= xorg-nestserver |
4 |
PORTNAME= xorg-nestserver |
5 |
PORTVERSION= 1.18.4 |
|
|
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= x11-servers |
8 |
MASTER_SITES= XORG/individual/xserver |
9 |
DISTNAME= xorg-server-${PORTVERSION} |
10 |
DIST_SUBDIR= xorg/xserver |
11 |
|
5 |
|
12 |
MAINTAINER= x11@FreeBSD.org |
|
|
13 |
COMMENT= Nesting X server from X.Org |
6 |
COMMENT= Nesting X server from X.Org |
14 |
|
7 |
|
15 |
LICENSE= MIT |
8 |
LICENSE= MIT |
Lines 16-24
Link Here
|
16 |
|
9 |
|
17 |
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms |
10 |
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms |
18 |
|
11 |
|
19 |
USES= tar:bzip2 pkgconfig ssl |
12 |
MASTERDIR= ${.CURDIR}/../xorg-server |
20 |
INSTALL_WRKSRC= ${WRKSRC}/hw/xnest |
13 |
DESCR= ${.CURDIR}/pkg-descr |
21 |
GNU_CONFIGURE= yes |
14 |
|
22 |
CONFIGURE_ARGS= --disable-dmx \ |
15 |
CONFIGURE_ARGS= --disable-dmx \ |
23 |
--disable-xephyr \ |
16 |
--disable-xephyr \ |
24 |
--enable-xnest \ |
17 |
--enable-xnest \ |
Lines 53-59
Link Here
|
53 |
xineramaproto xinerama evieproto xkbfile xfont fontenc xkbui \ |
46 |
xineramaproto xinerama evieproto xkbfile xfont fontenc xkbui \ |
54 |
xxf86misc xxf86vm xaw7 xmu xpm xext pixman xtrans presentproto |
47 |
xxf86misc xxf86vm xaw7 xmu xpm xext pixman xtrans presentproto |
55 |
|
48 |
|
|
|
49 |
OPTIONS_EXCLUDE= HAL SUID DEVD |
50 |
|
51 |
SLAVE_PORT= yes |
56 |
PLIST_FILES= bin/Xnest \ |
52 |
PLIST_FILES= bin/Xnest \ |
57 |
man/man1/Xnest.1.gz |
53 |
man/man1/Xnest.1.gz |
58 |
|
54 |
|
59 |
.include <bsd.port.mk> |
55 |
.include "${MASTERDIR}/Makefile" |