# Created by: Manuel Creach # $FreeBSD$ PORTNAME= libnfs PORTVERSION= 1.3.0 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://cloud.github.com/downloads/sahlberg/${PORTNAME}/ MAINTAINER= manuel.creach@icloud.com COMMENT= Client library for accessing NFS shares over a network LICENSE= LGPL21 GPLv3 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig gmake libtool USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes post-patch: ${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \ ${WRKSRC}/Makefile.am .include