6b4312a652
consumers due to shared library version change. PR: 236114 Submitted by: maintainer
31 lines
644 B
Makefile
31 lines
644 B
Makefile
# Created by: Manuel Creach <manuel.creach@icloud.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libnfs
|
|
PORTVERSION= 4.0.0
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= snoe925@gmail.com
|
|
COMMENT= Client library for accessing NFS shares over a network
|
|
|
|
LICENSE= LGPL21 GPLv3
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PLIST_SUB= SHLIB=${SHLIB}
|
|
SHLIB= 13
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf gmake libtool pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sahlberg
|
|
|
|
CONFIGURE_ARGS= --disable-werror
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \
|
|
${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|