1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/x11-servers/x2x/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

28 lines
467 B
Makefile

# 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 xorg
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>