pkgsrc/net/partysip/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

28 lines
744 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/01/18 23:33:20 rillig Exp $
#
DISTNAME= partysip-2.2.3
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://savannah.gnu.org/download/partysip/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.nongnu.org/partysip/partysip.html
COMMENT= SIP proxy server
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-config-dir=/etc
USE_LIBTOOL= yes
INSTALLATION_DIRS= share/examples
LDFLAGS.SunOS+= -lsocket -lnsl
post-install:
${INSTALL_DATA} ${WRKSRC}/conf/partysip.conf ${DESTDIR}${PREFIX}/share/examples
.include "../../devel/libosip/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"