aboutsummaryrefslogtreecommitdiff
path: root/x11/xforward/Makefile
blob: 2f18cb243c70098f89df4a420562b30202a002a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Cy Schubert <cy@FreeBSD.org>
# $FreeBSD$

PORTNAME=	xforward
PORTVERSION=	1.0
CATEGORIES=	x11
MASTER_SITES=	http://komquats.com/distfiles/ \
		http://people.freebsd.org/~cy/distfiles/
DISTNAME=	${PORTNAME}

WRKSRC=		${WRKDIR}

MAINTAINER=	cy@FreeBSD.org
COMMENT=	Provide user-level X forwarding service

LICENSE_FILE=	${WRKSRC}/NOTICE

MAKE_ARGS+=	PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
USE_XORG=	x11 xt xaw xmu xt xext sm ice xp xft xau xcb xdmcp xrender
USES=		motif
LIB_DEPENDS=	libpng.so:graphics/png \
		libfontconfig.so:x11-fonts/fontconfig \
		libexpat.so:textproc/expat2 \
		libfreetype.so:print/freetype2
PLIST_FILES=	bin/xforward man/man1/xforward.1.gz

OPTIONS_DEFINE=		STATIC
STATIC_ALL_TARGET=	all-static
STATIC_INSTALL_TARGET=	install-static
STATIC_PLIST_FILES=	bin/xforward-static

.include <bsd.port.mk>