summaryrefslogtreecommitdiff
path: root/x11/xmx/Makefile
blob: 936e03582a670f98354c1b0d747c0ab94b64eada (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Oliver Breuninger <ob@seicom.NET>
# $FreeBSD$

PORTNAME=	xmx
PORTVERSION=	1.1
PORTREVISION=	3
CATEGORIES=	x11
MASTER_SITES=	ftp://ftp.cs.brown.edu/pub/xmx/
EXTRACT_SUFX=	.tar.Z

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

USE_XORG=	x11

MAN1=		xmx.1
PLIST_FILES=	bin/xmx

NO_STAGE=	yes
post-install:
	@${STRIP_CMD} ${PREFIX}/bin/xmx

.include <bsd.port.mk>