1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11/dxpc/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

31 lines
701 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/
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 tar:tgz
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>