mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
31 lines
673 B
Makefile
31 lines
673 B
Makefile
PORTNAME= libnfs
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
DISTVERSION= 5.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= snoe925@gmail.com
|
|
COMMENT= Client library for accessing NFS shares over a network
|
|
WWW= https://github.com/sahlberg/libnfs
|
|
|
|
LICENSE= GPLv3 LGPL21
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf gmake libtool pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sahlberg
|
|
USE_LDCONFIG= yes
|
|
|
|
SHLIB= 14
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
CONFIGURE_ARGS= --disable-werror
|
|
|
|
PLIST_SUB= SHLIB=${SHLIB}
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \
|
|
${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|