summaryrefslogtreecommitdiff
path: root/pkgtools/xpkgwedge/files/Imakefile
blob: b9d01d0360b89ce9a3f1102851cd5e7214775e94 (plain)
1
2
3
4
5
6
7
8
9
10
# 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