1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/dxpc/Makefile
Eitan Adler 7f9eb2aafc Cleanup of the unowned ports in the x11 directory
- Convert from USE_GMAKE to USES=gmake
2013-10-13 06:15:19 +00:00

31 lines
610 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= lzo2.2:${PORTSDIR}/archivers/lzo2
LICENSE= BSD
USE_XORG= x11
USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}
MAN1= dxpc.1
PLIST_FILES= bin/dxpc
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
'/bindir/s|(INSTALL)|(INSTALL_PROGRAM)|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>