mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
32 lines
712 B
Makefile
32 lines
712 B
Makefile
# Created by: Bruce A. Mah <bmah@ca.sandia.gov>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dxpc
|
|
PORTVERSION= 3.9.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.vigor.nu/dxpc/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Compressing X protocol proxy designed to support X11 over slow links
|
|
|
|
LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_XORG= x11
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}
|
|
MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}" \
|
|
bindir=${STAGEDIR}${PREFIX}/bin \
|
|
man1dir=${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
|
|
PLIST_FILES= bin/dxpc \
|
|
man/man1/dxpc.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-R$$withval/lib||' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|