1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11/xmx/Makefile
Chris Piazza bc8d6179b1 Xmx: an X protocol multiplexor. It is a standalone utility for
displaying an X windows session on multiple displays.  It was
developed at Brown University and has been in use there since 1988.

PR:	12294
Submitted by:	Oliver Breuninger <ob@seicom.NET>
1999-06-28 23:03:58 +00:00

23 lines
386 B
Makefile

# New ports collection makefile for: xmx 1.1
# Version required: 1.1
# Date created: February 23, 1999
# Whom: Oliver Breuninger <ob@seicom.NET>
#
# $Id: $
DISTNAME= xmx-1.1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ob@seicom.NET
USE_X_PREFIX= yes
MAN1= xmx.1
post-install:
@strip ${PREFIX}/bin/xmx
.include <bsd.port.mk>