freebsd-ports/x11/xmx/Makefile

27 lines
459 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmx 1.1
# Date created: February 23, 1999
# Whom: Oliver Breuninger <ob@seicom.NET>
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
2000-04-13 21:19:05 +02:00
#
2000-04-13 21:19:05 +02:00
PORTNAME= xmx
2001-02-05 17:18:54 +01:00
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
2003-02-21 15:08:24 +01:00
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>