mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
22 lines
392 B
Makefile
22 lines
392 B
Makefile
PORTNAME= libndp
|
|
PORTVERSION= 1.9
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= arrowd@FreeBSD.org
|
|
COMMENT= Neighbor discovery library
|
|
WWW= https://github.com/jpirko/libndp
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf libtool
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jpirko
|
|
|
|
.include <bsd.port.mk>
|