![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / chat / ctrlproxy / Makefile (download)
Revision 1.22, Wed Oct 26 10:31:15 2022 UTC (3 months, 1 week ago) by wiz
*: bump PKGREVISION for libunistring shlib major bump |
# $NetBSD: Makefile,v 1.22 2022/10/26 10:31:15 wiz Exp $ # DISTNAME= ctrlproxy-3.0.8 PKGREVISION= 16 CATEGORIES= chat MASTER_SITES= http://www.ctrlproxy.org/releases/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ctrlproxy.org/ COMMENT= Detachable internet relay chat proxy server LICENSE= gnu-gpl-v3 USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config gmake USE_LANGUAGES= c99 GNU_CONFIGURE= yes PKG_SYSCONFSUBDIR= ctrlproxy CONF_FILES= ${PREFIX}/share/examples/ctrlproxy/motd \ ${PKG_SYSCONFDIR}/motd CONF_FILES+= ${PREFIX}/share/examples/ctrlproxy/config.default \ ${PKG_SYSCONFDIR}/config PKGCONFIG_OVERRIDE+= ctrlproxy.pc.in INSTALLATION_DIRS+= share/examples/ctrlproxy BUILDLINK_TRANSFORM+= rm:-ansi LDFLAGS.SunOS+= -lsocket -lnsl .include "options.mk" post-install: cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} DESTDIR=${DESTDIR} ${MAKE} install ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ctrlproxy/README ${INSTALL_DATA} ${WRKSRC}/motd \ ${DESTDIR}${PREFIX}/share/examples/ctrlproxy/motd ${INSTALL_DATA} ${WRKSRC}/config.default \ ${DESTDIR}${PREFIX}/share/examples/ctrlproxy/config.default ${INSTALL_DATA} ${WRKSRC}/config.example \ ${DESTDIR}${PREFIX}/share/examples/ctrlproxy/config.example .include "../../devel/glib2/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" .include "../../mk/bsd.pkg.mk"