aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/x2x/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-07-15 09:01:40 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-07-15 09:01:40 +0000
commit3bea43c11bb48f2e7fe355f9be3a7a64bbb7a574 (patch)
tree17afdaa7c5be472ee4f2c77ffe7535a61bb9f0c9 /x11-servers/x2x/Makefile
parentd43e01f1b46acb2bd3fa44432cad0c3a93359c72 (diff)
downloadports-3bea43c11bb48f2e7fe355f9be3a7a64bbb7a574.tar.gz
ports-3bea43c11bb48f2e7fe355f9be3a7a64bbb7a574.zip
Notes
Diffstat (limited to 'x11-servers/x2x/Makefile')
-rw-r--r--x11-servers/x2x/Makefile22
1 files changed, 8 insertions, 14 deletions
diff --git a/x11-servers/x2x/Makefile b/x11-servers/x2x/Makefile
index b66004b9d635..4c8940a217fe 100644
--- a/x11-servers/x2x/Makefile
+++ b/x11-servers/x2x/Makefile
@@ -2,32 +2,26 @@
# $FreeBSD$
PORTNAME= x2x
-PORTVERSION= 1.27
-PORTREVISION= 3
+PORTVERSION= 1.30.20180709
CATEGORIES= x11-servers
-MASTER_SITES= GHC
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to link multiple X servers together
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+USES= autoreconf pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= dottedmag
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-USES= imake
+GH_TAGNAME= e62a535
+GNU_CONFIGURE= yes
USE_XORG= x11 xext xtst
-PLIST_FILES= bin/x2x man/man1/x2x.1.gz
+OPTIONS_DEFINE= DOCS
-post-extract:
- @${LN} -sf x2x.1 ${WRKSRC}/x2x.man
+PORTDOCS= *
-post-patch:
- @${REINPLACE_CMD} -e \
- '/CC =/s|^|XCOMM| ; \
- /CDEBUGFLAGS =/s|^|XCOMM|' ${WRKSRC}/Imakefile
+PLIST_FILES= bin/x2x man/man1/x2x.1.gz
.include <bsd.port.mk>