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.
37 lines
994 B
Makefile
37 lines
994 B
Makefile
# $NetBSD: Makefile,v 1.23 2020/01/18 23:35:22 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= tpb-0.6.4
|
|
#KGREVISION= 5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://savannah.nongnu.org/download/tpb/
|
|
|
|
MAINTAINER= soren@NetBSD.org
|
|
HOMEPAGE= https://www.nongnu.org/tpb/
|
|
COMMENT= Utility to enable the IBM ThinkPad(tm) special keys
|
|
|
|
ONLY_FOR_PLATFORM= *-*-i386
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= msgfmt
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/tpb
|
|
CONF_FILES= ${EGDIR}/tpbrc ${PKG_SYSCONFDIR}/tpbrc
|
|
|
|
INSTALLATION_DIRS+= share/doc/tpb
|
|
|
|
post-install:
|
|
.for f in callback_example.sh nvram.txt
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DESTDIR}${PREFIX}/share/doc/tpb
|
|
.endfor
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../x11/xosd/buildlink3.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|