Makefile 299 B

123456789101112
  1. # $OpenBSD: Makefile,v 1.2 2010/06/01 20:00:22 matthieu Exp $
  2. HEADERS_SUBDIR= X11/extensions/
  3. HEADERS= xfixesproto.h xfixeswire.h
  4. PKGCONFIG= fixesproto.pc
  5. afterinstall: fixesproto.txt
  6. ${INSTALL_DATA} ${.CURDIR}/fixesproto.txt \
  7. ${DESTDIR}${X11BASE}/share/doc/fixesproto
  8. .include <bsd.xorg.mk>