openbsd-ports/devel/npth/Makefile
jca ae84f94e29 Tweak the HOMEPAGE of gnupg.org ports
- move to https
- use the per-project canonical homepage (reachable thru the main
- homepage; pinentry doesn't seem to have such homepage)

ok pea@ ajacoutot@
2018-01-30 15:06:37 +00:00

36 lines
625 B
Makefile

# $OpenBSD: Makefile,v 1.8 2018/01/30 15:06:37 jca Exp $
COMMENT= new GNU Portable Threads Library
DISTNAME= npth-1.5
REVISION= 0
SHARED_LIBS= npth 1.0 # 1.1
CATEGORIES= devel
HOMEPAGE= https://www.gnupg.org/software/npth/index.html
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
EXTRACT_SUFX= .tar.bz2
WANTLIB= pthread
MASTER_SITES= ${MASTER_SITE_GNUPG:=npth/}
CONFIGURE_STYLE= gnu
LIBnpth_MAJOR=${LIBnpth_VERSION:R}
LIBnpth_MINOR=${LIBnpth_VERSION:E}
SUBST_VARS= LIBnpth_MAJOR LIBnpth_MINOR
pre-configure:
${SUBST_CMD} ${WRKSRC}/configure
.include <bsd.port.mk>