ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/pkg/xtrans/Makefile
Revision: 17
Committed: Sun Jun 21 00:02:56 2026 UTC (4 weeks, 2 days ago) by operz
File size: 382 byte(s)
Log Message:
Add X11 library dependency chain: xextproto, kbproto, inputproto, xcb-proto, xtrans, libpthread-stubs, libXau, libXdmcp, libxcb, libX11 1.8

File Contents

# Content
1 # vim: ft=make ts=4 sw=4 noet
2 NAME = xtrans
3 VERSION = 1.6.0
4 GARTYPE = v2
5
6 MASTER_SITES = https://xorg.freedesktop.org/archive/individual/lib/
7 DISTFILES += $(DISTNAME).tar.gz
8
9 LICENSE = COPYING
10
11 PACKAGES += OZSWxtrans
12 SPKG_DESC_OZSWxtrans = X transport layer headers
13 CATALOGNAME_OZSWxtrans = xtrans
14
15 BUILD_DEP_PKGS += OZSWxproto
16
17 include gar/category.mk