ports/devel/libnfs/Makefile

26 lines
452 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= client library for accessing NFS
DISTNAME= libnfs-5.0.2
CATEGORIES= devel net
2023-09-22 16:24:11 +00:00
SITES= https://github.com/sahlberg/libnfs/archive/
2023-08-16 22:26:55 +00:00
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>