openbsd-ports/x11/xloadimage/Makefile
1997-12-20 02:47:06 +00:00

26 lines
614 B
Makefile

# OpenBSD makefile for: xloadimage
# Version required: 3.03
# Date created: December 17, 1997
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/20 02:47:06 don Exp $
#
DISTNAME= xloadimage
PKGNAME= xloadimage-3.03
CATEGORIES= x11
MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/
DISTFILES= xloadimage.3.03.tar.Z
MAINTAINER= don@OpenBSD.ORG
NO_WRKSUBDIR= yes
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/cat1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
pre-install:
@${MKDIR} -p ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>