2013-06-29 00:58:59 +02:00
|
|
|
# Created by: grog
|
2000-09-03 10:06:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= x2x
|
2001-02-05 22:09:10 +01:00
|
|
|
PORTVERSION= 1.27
|
2014-05-01 12:44:16 +02:00
|
|
|
PORTREVISION= 3
|
2000-10-04 08:40:08 +02:00
|
|
|
CATEGORIES= x11-servers
|
2013-12-20 19:41:56 +01:00
|
|
|
MASTER_SITES= GHC
|
2000-09-03 10:06:08 +02:00
|
|
|
|
2008-08-07 10:58:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-29 00:58:59 +02:00
|
|
|
COMMENT= Program to link multiple X servers together
|
2000-09-03 10:06:08 +02:00
|
|
|
|
2013-12-20 19:41:56 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= dottedmag
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
|
2013-06-29 00:58:59 +02:00
|
|
|
USES= imake
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11 xext xtst
|
2000-09-03 10:06:08 +02:00
|
|
|
|
2013-12-20 19:41:56 +01:00
|
|
|
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
|
|
|
|
|
2000-09-03 10:06:08 +02:00
|
|
|
.include <bsd.port.mk>
|