openbsd-ports/devel/libnfs/Makefile
kmos 78770245bc Update libnfs to 5.0.2
Removes a patch that is no longer necessary

From Brad Smith
2022-10-26 03:31:13 +00:00

26 lines
458 B
Makefile

COMMENT= client library for accessing NFS
DISTNAME= libnfs-5.0.2
CATEGORIES= devel net
MASTER_SITES= https://github.com/sahlberg/libnfs/archive/
SHARED_LIBS= nfs 2.2
HOMEPAGE= https://github.com/sahlberg/libnfs
MAINTAINER= Brad Smith <brad@comstyle.com>
# LGPLv2.1+, GPLv3+ and BSD
PERMIT_PACKAGE= Yes
WANTLIB= c
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.16
CONFIGURE_STYLE= autoreconf
WRKDIST= ${WRKDIR}/libnfs-${DISTNAME}
.include <bsd.port.mk>