forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
23 lines
465 B
Makefile
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>
|