opnsense-ports/x11/xmx/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
465 B
Makefile

# Created by: Oliver Breuninger <ob@seicom.NET>
# $FreeBSD$
PORTNAME= xmx
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/
MAINTAINER= ports@FreeBSD.org
COMMENT= X protocol multiplexor
USE_XORG= x11
USES= tar:Z
PLIST_FILES= bin/xmx man/man1/xmx.1.gz
MAKE_ARGS+= BIN=${STAGEDIR}${PREFIX}/bin/ MANPATH=${STAGEDIR}${MAN1PREFIX}/man/
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xmx
.include <bsd.port.mk>