1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11/dxpc/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00

36 lines
811 B
Makefile

# New ports collection makefile for: dxpc
# Date created: 2 May 1998
# Whom: Bruce A. Mah <bmah@ca.sandia.gov>
#
# $FreeBSD$
#
PORTNAME= dxpc
PORTVERSION= 3.9.0
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.vigor.nu/dxpc/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
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
USE_XORG= x11
USE_GNOME= gnometarget
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}
MAKE_ARGS= CPPFLAGS="-I. -I${LOCALBASE}/include"
MAN1= dxpc.1
PLIST_FILES= bin/dxpc
do-install:
${INSTALL_DATA} ${WRKSRC}/dxpc ${PREFIX}/bin/dxpc
${INSTALL_MAN} ${WRKSRC}/dxpc.man ${MANPREFIX}/man/man1/dxpc.1
.include <bsd.port.mk>