aboutsummaryrefslogtreecommitdiff
path: root/x11/xmx/Makefile
blob: da294516c77466849aa761af5f186b02c6a8e7ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	xmx
PORTVERSION=	1.1
PORTREVISION=	3
CATEGORIES=	x11
MASTER_SITES=	ftp://ftp.cs.brown.edu/pub/xmx/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	X protocol multiplexor

USES=		tar:Z xorg
USE_XORG=	x11

PLIST_FILES=	bin/xmx man/man1/xmx.1.gz

MAKE_ARGS+=	BIN=${STAGEDIR}${PREFIX}/bin/ MANPATH=${STAGEDIR}${MAN1PREFIX}/man/

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xmx

.include <bsd.port.mk>