summaryrefslogtreecommitdiff
path: root/x11/xgrab/Makefile
blob: 63d21b4849f3b0e89a47c144a8944189f674d704 (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
# New ports collection makefile for:    xgrab
# Version required:     2.3
# Date created:         27 February 1995
# Whom:                 jmz
#
# $Id: Makefile,v 1.5 1995/05/13 10:04:19 asami Exp $
#

DISTNAME=	xgrabsc.2_3
PKGNAME=	xgrab-2.3
CATEGORIES+=	x11
MASTER_SITES=	ftp://ftp.sunet.se/pub/X11/R5contrib/

MAINTAINER=	jmz@FreeBSD.org

USE_IMAKE=	yes
MAKE_FLAGS=	BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
		XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults  -f
# Needs to actually *run* xrdb
IS_INTERACTIVE=	yes
# "make depend" blows up
XMKMF=		xmkmf

.include <bsd.port.mk>