diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-03-25 23:28:21 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-03-25 23:28:21 +0000 |
commit | d0296cb2dca77008ac87984bf5fff52ca809195d (patch) | |
tree | fc3efa1cdc819e3b49ab897140fd0d351629af1c /proto/damageproto | |
parent | fbf05e173266062c6e106a82d6341c46a01dc274 (diff) |
Replace autotools based build by native BSD Makefiles in proto/.
tested by naddy@ and oga@. ok oga@.
Diffstat (limited to 'proto/damageproto')
-rw-r--r-- | proto/damageproto/Makefile | 11 | ||||
-rw-r--r-- | proto/damageproto/Makefile.bsd-wrapper | 4 |
2 files changed, 11 insertions, 4 deletions
diff --git a/proto/damageproto/Makefile b/proto/damageproto/Makefile new file mode 100644 index 000000000..c6703c821 --- /dev/null +++ b/proto/damageproto/Makefile @@ -0,0 +1,11 @@ +# $OpenBSD: Makefile,v 1.1 2008/03/25 23:28:19 matthieu Exp $ + +HEADERS_SUBDIR= X11/extensions/ +HEADERS= damageproto.h damagewire.h +PKGCONFIG= damageproto.pc + +install:: damageproto.txt + ${INSTALL_DATA} ${.CURDIR}/damageproto.txt \ + ${DESTDIR}${X11BASE}/share/doc/damageproto + +.include <bsd.xorg.mk> diff --git a/proto/damageproto/Makefile.bsd-wrapper b/proto/damageproto/Makefile.bsd-wrapper deleted file mode 100644 index e76cffad5..000000000 --- a/proto/damageproto/Makefile.bsd-wrapper +++ /dev/null @@ -1,4 +0,0 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:28:25 matthieu Exp $ - -.include <bsd.xorg.mk> - |