mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
27 lines
459 B
Makefile
27 lines
459 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= 2
|
|
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_XORG= x11
|
|
|
|
MAN1= xmx.1
|
|
PLIST_FILES= bin/xmx
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/bin/xmx
|
|
|
|
.include <bsd.port.mk>
|