1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11/xgrab/Makefile

31 lines
720 B
Makefile
Raw Normal View History

# New ports collection makefile for: xgrab
# Version required: 2.41
# Date created: 27 February 1995
# Whom: jmz
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
DISTNAME= xgrabsc.2_41
PKGNAME= xgrab-2.41
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
1997-08-11 01:02:08 +00:00
EXTRACT_SUFX= .tar.Z
1995-04-11 02:02:17 +00:00
MAINTAINER= jmz@FreeBSD.org
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
1995-05-15 16:33:19 +00:00
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
# "make depend" blows up
XMKMF= xmkmf
.if !defined(DISPLAY) || ${DISPLAY} == ""
BROKEN= "Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X."
.endif
1998-09-26 23:20:17 +00:00
MAN1= xgrab.1 xgrabsc.1
.include <bsd.port.mk>