1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/libnfs/Makefile
Dmitry Marakasov 32bf58996c - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-03 18:02:25 +00:00

28 lines
676 B
Makefile

# Created by: Manuel Creach <manuel.creach@icloud.com>
# $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 <bsd.port.mk>