freebsd-ports/x11/xgrab/Makefile

26 lines
603 B
Makefile
Raw Normal View History

# New ports collection makefile for: xgrab
# Version required: 2.41
# Date created: 27 February 1995
# Whom: jmz
#
# $Id: Makefile,v 1.8 1996/11/18 09:56:24 asami Exp $
#
DISTNAME= xgrabsc.2_41
PKGNAME= xgrab-2.41
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
1995-04-11 04:02:17 +02:00
MAINTAINER= jmz@FreeBSD.org
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
1995-05-15 18:33:19 +02:00
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>