mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
While here, hook up missed packages to resolve all 'not found' libraries Sponsored by: Future Crew, LLC
25 lines
573 B
Makefile
25 lines
573 B
Makefile
PORTNAME= npth
|
|
PORTVERSION= 1.6
|
|
DISTVERSIONSUFFIX= -8.el9
|
|
CATEGORIES= devel linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= New GNU Portable Threads (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://www.gnupg.org/software/npth/index.html
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= libgcrypt libpsl
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|