a6056cb104
PR: ports/188276 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> Pointy hat to: me
34 lines
555 B
Makefile
34 lines
555 B
Makefile
# Created by: grog
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= x2x
|
|
PORTVERSION= 1.27
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-servers
|
|
MASTER_SITES= GHC
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Program to link multiple X servers together
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dottedmag
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext xtst
|
|
|
|
PLIST_FILES= bin/x2x man/man1/x2x.1.gz
|
|
|
|
post-extract:
|
|
@${LN} -sf x2x.1 ${WRKSRC}/x2x.man
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/CC =/s|^|XCOMM| ; \
|
|
/CDEBUGFLAGS =/s|^|XCOMM|' ${WRKSRC}/Imakefile
|
|
|
|
.include <bsd.port.mk>
|