1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/libnpupnp/Makefile
2021-06-01 21:55:40 +08:00

25 lines
572 B
Makefile

PORTNAME= libnpupnp
DISTVERSION= 4.1.4
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://www.lesbonscomptes.com/upmpdcli/downloads/
MAINTAINER= daniel.engberg.lists@pyret.net
COMMENT= C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2 \
libmicrohttpd.so:www/libmicrohttpd
USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>