diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-01-17 18:38:59 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-01-17 18:38:59 +0100 |
commit | a9f4963ee4ea4476c87e5e3bfb863ccb94d6b219 (patch) | |
tree | 6e2aaeadd0f9d1bf92342a507af59477c264f6c4 /x11/libXft/Makefile | |
parent | 8b95f0198cc2c506dd2b0edf213f2f6434ee99f3 (diff) |
add libXft
Diffstat (limited to 'x11/libXft/Makefile')
-rw-r--r-- | x11/libXft/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/x11/libXft/Makefile b/x11/libXft/Makefile new file mode 100644 index 0000000..b7f168a --- /dev/null +++ b/x11/libXft/Makefile @@ -0,0 +1,34 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = X FreeType library + +DISTNAME = libXft-2.3.3 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxft + +MAINTAINER = xenocara@openbsd.org + +SHARED_LIBS= Xft 12.0 + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = Xrender X11 Xau expat fontconfig freetype \ + iconv intl pthread uuid xcb z + +MASTER_SITES = ${MASTER_SITE_XORG:=lib/} + +# Dependencies +BUILD_DEPENDS = devel/xorg-util-macros \ + devel/xorgproto \ + x11/xtrans + +LIB_DEPENDS = x11/fontconfig \ + x11/libXrender + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> |