pkgsrc/pkgtools/xpkgwedge/files/Imakefile
1998-08-07 11:08:53 +00:00

13 lines
439 B
Text

#
# $NetBSD: Imakefile,v 1.2 1998/08/07 11:18:26 agc Exp $
#
# in case this hack is already installed
X11_ROOT ?= ProjectRoot
PREFIX = ${X11_ROOT}
install::
${BSD_INSTALL_DATA} xpkgwedge.def ${CONFIGDIR}
@echo updating ${CONFIGDIR}/host.def
@echo '#include <xpkgwedge.def>' >${CONFIGDIR}/host.def.new
@grep -v xpkgwedge ${CONFIGDIR}/host.def >>${CONFIGDIR}/host.def.new || true
@mv -f ${CONFIGDIR}/host.def.new ${CONFIGDIR}/host.def