freebsd-ports/x11/xmx/Makefile
Pav Lucistnik 0de4761493 - Fix runtime on amd64
PR:		ports/149954
Submitted by:	Yuri <yuri@tsoft.com>
2010-08-26 08:56:21 +00:00

27 lines
459 B
Makefile

# New ports collection makefile for: xmx 1.1
# Date created: February 23, 1999
# Whom: 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
post-install:
@${STRIP_CMD} ${PREFIX}/bin/xmx
.include <bsd.port.mk>