![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / chat / ctrlproxy / Makefile (download)
Revision 1.15, Fri May 22 10:55:57 2020 UTC (3 years, 6 months ago) by adam
revbump after updating security/nettle |
# $NetBSD: Makefile,v 1.15 2020/05/22 10:55:57 adam Exp $ # DISTNAME= ctrlproxy-3.0.8 PKGREVISION= 10 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 USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config gmake 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 .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 "../../mk/bsd.pkg.mk"