1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/dxpc/Makefile
Baptiste Daroussin 73e8594600 Support stage
Fix license
Play with MAKE_ARGS instead of patching
2014-01-06 21:15:23 +00:00

29 lines
635 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
.include <bsd.port.mk>