freebsd-ports/x11/xmx/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

24 lines
426 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
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
post-install:
@${STRIP_CMD} ${PREFIX}/bin/xmx
.include <bsd.port.mk>