freebsd-ports/x11/xmx/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

26 lines
463 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= 1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ob@breuninger.org
COMMENT= An X protocol multiplexor
USE_X_PREFIX= yes
MAN1= xmx.1
PLIST_FILES= bin/xmx
post-install:
@${STRIP_CMD} ${PREFIX}/bin/xmx
.include <bsd.port.mk>