summaryrefslogtreecommitdiff
path: root/x11/xgrab/Makefile
blob: efd3f5bd2169b3bdff09c80b982b0f233e056dbe (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
# New ports collection makefile for:    xgrab
# Version required:     2.41
# Date created:         27 February 1995
# Whom:                 jmz
#
# $Id: Makefile,v 1.11 1998/06/07 01:08:05 asami Exp $
#

DISTNAME=	xgrabsc.2_41
PKGNAME=	xgrab-2.41
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	applications
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	jmz@FreeBSD.org

USE_IMAKE=	yes
MAKE_FLAGS=	BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
		XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults  -f
# "make depend" blows up
XMKMF=		xmkmf
# Needs to actually *run* xrdb
#IS_INTERACTIVE=	yes
.if !defined(DISPLAY)
BROKEN=		requires X session to run xrdb
.endif

MAN1=		xgrab.1 xgrabsc.1

.include <bsd.port.mk>