ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/pkg/xproto/Makefile
Revision: 16
Committed: Sat Jun 20 23:40:18 2026 UTC (4 weeks, 2 days ago) by operz
File size: 429 byte(s)
Log Message:
xproto: new recipe for xproto 7.0.31

File Contents

# Content
1 # vim: ft=make ts=4 sw=4 noet
2 NAME = xproto
3 VERSION = 7.0.31
4 GARTYPE = v2
5
6 MASTER_SITES = https://xorg.freedesktop.org/archive/individual/proto/
7 DISTFILES += $(DISTNAME).tar.gz
8
9 LICENSE = COPYING
10
11 PACKAGES += OZSWxproto
12 SPKG_DESC_OZSWxproto = X11 core protocol headers
13 CATALOGNAME_OZSWxproto = xproto
14
15 # Header-only package — nothing to strip
16 MERGE_EXCLUDE_STATICLIBS =
17
18 include gar/category.mk