move MAINTAINER from Makefile.inc to the ports where I actually want it

This commit is contained in:
sthen 2019-04-29 16:27:25 +00:00
parent 4eda5fa111
commit 5be4896096
5 changed files with 13 additions and 7 deletions

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile.inc,v 1.1.1.1 2015/11/12 15:18:47 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.2 2019/04/29 16:27:25 sthen Exp $
CATEGORIES+= security security/yubico
MAINTAINER?= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE?= https://developers.yubico.com/${YK_PROJECT}/
# BSD

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2017/11/21 00:13:03 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2019/04/29 16:27:26 sthen Exp $
COMMENT= C library to validate an Yubikey OTP against API servers
@ -10,6 +10,8 @@ SHARED_LIBS += ykclient 0.0 # 9.0
CATEGORIES= security devel
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
WANTLIB = c crypto curl iconv intl nghttp2 pthread ssl z
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/11/12 15:18:47 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2019/04/29 16:27:25 sthen Exp $
COMMENT= low-level C software development kit for the Yubico YubiKey
@ -8,6 +8,8 @@ REVISION= 2
SHARED_LIBS += yubikey 0.0 # 1.4
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
WANTLIB += c
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2018/10/24 14:28:10 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2019/04/29 16:27:26 sthen Exp $
COMMENT= Qt GUI to configure YubiKeys
@ -8,6 +8,8 @@ REVISION= 1
CATEGORIES= x11
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
WANTLIB += ICE QtGui SM X11 Xext Xi Xinerama Xrender c fontconfig
WANTLIB += freetype m pthread ${COMPILER_LIBCXX} ykpers-1 yubikey

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2019/03/03 14:45:15 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2019/04/29 16:27:26 sthen Exp $
COMMENT= library and tools to program YubiKeys
@ -9,6 +9,8 @@ SHARED_LIBS += ykpers-1 0.7 # 20.0
CATEGORIES= sysutils
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
WANTLIB += c json-c pthread usb-1.0 yubikey
LIB_DEPENDS= devel/json-c \