b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
32 lines
835 B
Makefile
32 lines
835 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/01/18 23:35:40 rillig Exp $
|
|
|
|
DISTNAME= libAppleWM-1.4.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= AppleWM library from modular X.org
|
|
LICENSE= mit
|
|
|
|
PREV_PKGPATH= x11/libAppleWM
|
|
|
|
ONLY_FOR_PLATFORM= Darwin-*-*
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
|
|
PKGCONFIG_OVERRIDE+= applewm.pc.in
|
|
|
|
.if exists(/usr/bin/xcrun)
|
|
MY_XCODE_SDK_PATH!= /usr/bin/xcrun --sdk macosx${OSX_VERSION} --show-sdk-path
|
|
.endif
|
|
MAKE_ENV+= OSX_SDK_PATH=${MY_XCODE_SDK_PATH}
|
|
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|