openbsd-ports/x11/xgrab/Makefile
2000-02-12 06:29:49 +00:00

36 lines
800 B
Makefile

# OpenBSD makefile for: xgrab
# Version required: 2.41
# Date created: 25 January 1998
# Whom: Angelos
#
# $OpenBSD: Makefile,v 1.5 2000/02/12 06:30:08 turan Exp $
#
BROKEN= port wants to open display during build.
DISTNAME= xgrabsc.2_41
PKGNAME= xgrab-2.41
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
EXTRACT_SUFX= .tar.Z
NEED_VERSION= 1.195
MAINTAINER= angelos@openbsd.org
LICENSE_TYPE= BSD
PERMIT_PKG_CDROM= YES
PERMIT_PKG_FTP= YES
PERMIT_DISTF_CDROM= YES
PERMIT_DISTF_FTP= YES
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults
# Needs to actually *run* xrdb
#IS_INTERACTIVE= yes
# "make depend" blows up
XMKMF= xmkmf
.include <bsd.port.mk>