21 lines
479 B
Makefile
21 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/05/24 22:31:41 tnn2 Exp $
|
|
#
|
|
|
|
DISTNAME= xf86rushproto-1.1.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= blair.sadewitz@gmail.com
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= XFree86-derived "rush" protocol headers
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= # none
|
|
|
|
PKGCONFIG_OVERRIDE+= xf86rushproto.pc.in
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|