blob: cde1d7a50068ee2c0586f9a66bfe10e3d78155f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: grog
# $FreeBSD$
PORTNAME= x2x
PORTVERSION= 1.30.20180709
CATEGORIES= x11-servers
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to link multiple X servers together
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= dottedmag
GH_TAGNAME= e62a535
GNU_CONFIGURE= yes
USE_XORG= x11 xext xtst
OPTIONS_DEFINE= DOCS
PORTDOCS= *
PLIST_FILES= bin/x2x man/man1/x2x.1.gz
.include <bsd.port.mk>
|