pkgsrc/x11/resourceproto/Makefile
joerg d47087be02 Import resourceproto-1.0.2 from pkgsrc-wip:
This provides the Resource extension headers from modular X.org X11
project.
2006-11-03 22:03:23 +00:00

21 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 22:03:23 joerg Exp $
#
DISTNAME= resourceproto-1.0.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Resource extension headers from X.org
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= resourceext-[0-9]*
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= resourceproto.pc.in
USE_LANGUAGES= # empty
.include "../../mk/bsd.pkg.mk"