1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/libnfs/Makefile
Mathieu Arnold a8ed171245 Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.

Sponsored by:	Absolight
2015-09-04 16:02:16 +00:00

28 lines
581 B
Makefile

# Created by: Manuel Creach <manuel.creach@icloud.com>
# $FreeBSD$
PORTNAME= libnfs
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= GHC
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
GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= sahlberg
post-patch:
${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \
${WRKSRC}/Makefile.am
.include <bsd.port.mk>