2019-05-10 05:44:39 -06:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2019/05/10 11:44:39 schwarze Exp $
|
2006-11-26 05:07:34 -07:00
|
|
|
|
2011-05-30 13:27:42 -06:00
|
|
|
CONFIGURE_ARGS= --without-xmlto --without-fop --without-xsltproc
|
|
|
|
|
2013-08-13 01:07:07 -06:00
|
|
|
SHARED_LIBS= Xext 13.0
|
2006-11-26 05:07:34 -07:00
|
|
|
|
2019-05-10 05:44:39 -06:00
|
|
|
MDOCS = specs/shapelib \
|
|
|
|
specs/synclib \
|
|
|
|
specs/xtest1
|
|
|
|
|
|
|
|
beforeinstall:
|
|
|
|
.for n in ${MDOCS}
|
|
|
|
${INSTALL} ${INSTALL_COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \
|
|
|
|
${.CURDIR}/${n}.3 ${DESTDIR}${MANDIR}3
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
# maintainer target, not used duing build or install
|
|
|
|
mdoc:
|
|
|
|
.for n in ${MDOCS}
|
|
|
|
docbook2mdoc -s 3 ${.CURDIR}/${n}.xml > ${.CURDIR}/${n}.3
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.PHONY: mdoc
|
|
|
|
|
2006-11-26 05:07:34 -07:00
|
|
|
.include <bsd.xorg.mk>
|