e009da097e
checked by naddy@ for no incidence on current builds
26 lines
612 B
Makefile
26 lines
612 B
Makefile
#-*- mode: Fundamental; tab-width: 4; -*-
|
|
# ex:ts=4 sw=4 filetype=make:
|
|
# $OpenBSD: imake.port.mk,v 1.8 2012/11/19 12:19:30 espie Exp $
|
|
# Based on bsd.port.mk, originally by Jordan K. Hubbard.
|
|
# This file is in the public domain.
|
|
|
|
.if empty(CONFIGURE_STYLE:L:Mnoman)
|
|
INSTALL_TARGET += install.man
|
|
.endif
|
|
|
|
XMKMF ?= xmkmf -a
|
|
XMKMF += -DPorts
|
|
|
|
.if !exists(${X11BASE})
|
|
IGNORE = "uses imake, but ${X11BASE} not found"
|
|
.endif
|
|
|
|
MODIMAKE_DEPENDS = \
|
|
devel/imake \
|
|
devel/imake-cf
|
|
|
|
BUILD_DEPENDS += ${MODIMAKE_DEPENDS}
|
|
|
|
MODIMAKE_configure = \
|
|
cd ${WRKSRC} && ${_SYSTRACE_CMD} ${SETENV} ${MAKE_ENV} ${XMKMF};
|