pkgsrc/chat/ctrlproxy/Makefile
wiz 6b5bd8d27a Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:17 +00:00

40 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2012/02/06 12:39:34 wiz Exp $
#
DISTNAME= ctrlproxy-3.0.8
PKGREVISION= 2
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
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS+= share/examples/ctrlproxy
.include "options.mk"
post-install:
cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} DESTDIR=${DESTDIR:Q} ${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"