19 lines
482 B
Makefile
19 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/07/21 04:56:38 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= xproto-7.0.4
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X protocol and ancillary headers from Xorg X11
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= xproto.pc.in
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|