openbsd-ports/x11/xloadimage/Makefile
espie b3ed337056 Change MAKE_FLAGS to remove the -f.
Actually reading the Makefiles proved that about one third of them was
confused about this already...
2000-02-12 00:43:57 +00:00

27 lines
638 B
Makefile

# OpenBSD makefile for: xloadimage
# Version required: 3.03
# Date created: December 17, 1997
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.3 2000/02/12 00:44:02 espie Exp $
#
DISTNAME= xloadimage
PKGNAME= xloadimage-3.03
CATEGORIES= x11
MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/
DISTFILES= xloadimage.3.03.tar.Z
NEED_VERSION= 1.195
MAINTAINER= don@OpenBSD.ORG
WRKDIST= ${WRKDIR}
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/cat1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults
pre-install:
@${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>