mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d2cb7883ee
Approved by: portmgr (self)
41 lines
991 B
Makefile
41 lines
991 B
Makefile
# New ports collection makefile for: xgrab
|
|
# Date created: 27 February 1995
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xgrab
|
|
PORTVERSION= 2.41
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
DISTNAME= ${PORTNAME}sc.2_41
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
COMMENT= An X11 image grabber
|
|
|
|
BUILD_DEPENDS= xrdb:${X_CLIENTS_PORT}
|
|
.if defined(PACKAGE_BUILDING)
|
|
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
|
|
${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT}
|
|
.endif
|
|
|
|
USE_X_PREFIX= yes
|
|
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
|
|
|
|
.if (!defined(DISPLAY) || ${DISPLAY} == "") && !defined(PACKAGE_BUILDING)
|
|
IGNORE= Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X.
|
|
.endif
|
|
|
|
MAN1= xgrab.1 xgrabsc.1
|
|
|
|
.include <bsd.port.mk>
|