openbsd-ports/x11/xgrab/Makefile

30 lines
691 B
Makefile
Raw Normal View History

1998-01-25 17:01:44 -05:00
# OpenBSD makefile for: xgrab
1998-01-25 16:59:19 -05:00
# Version required: 2.41
1998-01-25 17:01:44 -05:00
# Date created: 25 January 1998
# Whom: Angelos
1998-01-25 16:59:19 -05:00
#
# $OpenBSD: Makefile,v 1.4 2000/02/12 00:44:01 espie Exp $
1998-01-25 16:59:19 -05:00
#
BROKEN= port wants to open display during build.
1998-01-25 16:59:19 -05:00
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
1998-01-25 16:59:19 -05:00
1998-01-25 17:01:44 -05:00
MAINTAINER= angelos@openbsd.org
1998-01-25 16:59:19 -05:00
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults
1998-01-25 16:59:19 -05:00
# Needs to actually *run* xrdb
#IS_INTERACTIVE= yes
# "make depend" blows up
XMKMF= xmkmf
.include <bsd.port.mk>