xenocara/lib/libXmu/Makefile.bsd-wrapper

18 lines
466 B
Makefile
Raw Permalink Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2019/05/10 11:44:39 schwarze Exp $
2006-11-26 05:07:34 -07:00
SHARED_LIBS= Xmu 11.0 Xmuu 6.0
2006-11-26 05:07:34 -07:00
2012-03-10 07:22:08 -07:00
CONFIGURE_ARGS+= --without-xsltproc --without-fop --without-xmlto
beforeinstall:
${INSTALL} ${INSTALL_COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \
${.CURDIR}/doc/Xmu.3 ${DESTDIR}${MANDIR}3
# maintainer target, not used duing build or install
mdoc:
docbook2mdoc -s 3 ${.CURDIR}/doc/Xmu.xml > ${.CURDIR}/doc/Xmu.3
.PHONY: mdoc
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>