ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/pkg/libXdmcp/Makefile
Revision: 17
Committed: Sun Jun 21 00:02:56 2026 UTC (4 weeks, 2 days ago) by operz
File size: 646 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 = libXdmcp
3 VERSION = 1.1.5
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 += OZSWlibXdmcp
12 SPKG_DESC_OZSWlibXdmcp = X display manager control protocol library
13 CATALOGNAME_OZSWlibXdmcp = libXdmcp
14
15 BUILD_DEP_PKGS += OZSWxproto
16 RUNTIME_DEP_PKGS_OZSWlibXdmcp =
17
18 EXTRA_LD_FLAGS += -lsocket -lnsl
19
20 .DEFAULT_GOAL := all
21
22 post-configure:
23 @find $(WORKSRC) -name "libtool" -type f -exec \
24 gsed -i 's/ECHO="print -r --"/ECHO="printf %s\\n"/g' {} \;
25 @$(MAKECOOKIE)
26
27 include gar/category.mk