pkgsrc/chat/gale/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

54 lines
1.7 KiB
Makefile

# $NetBSD: Makefile,v 1.31 2006/03/04 21:29:03 jlam Exp $
DISTNAME= gale-0.99fruit
PKGNAME= gale-0.99f
PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://download.ofb.net/gale/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gale.org/
COMMENT= Secure instant messaging system
USE_GNU_READLINE= yes # needs rl_named_function()
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/liboopltconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ENV+= PROG_GLIB_CONFIG=${GLIB_CONFIG:Q}
CPPFLAGS+= -I${BUILDLINK_PREFIX.rsaref}/include/rsaref
CPPFLAGS+= -I${BUILDLINK_PREFIX.libwww}/include/w3c-libwww
CPPFLAGS+= -I${BUILDLINK_PREFIX.tcl}/include/tcl
PKG_SYSCONFSUBDIR?= gale
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
PKG_GROUPS= gale
PKG_USERS= gale:gale
CONF_FILES= ${EGDIR}/COPYING ${PKG_SYSCONFDIR}/gale/COPYING
CONF_FILES+= ${EGDIR}/ROOT ${PKG_SYSCONFDIR}/gale/auth/trusted/ROOT
OWN_DIRS= ${PKG_SYSCONFDIR}
OWN_DIRS+= ${PKG_SYSCONFDIR}/auth
OWN_DIRS+= ${PKG_SYSCONFDIR}/auth/private
OWN_DIRS+= ${PKG_SYSCONFDIR}/auth/trusted
OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/auth/cache \
${SHAREOWN} ${SHAREGRP} 0777
OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/auth/local \
${SHAREOWN} ${SHAREGRP} 1777
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/kutils/ROOT ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${EGDIR}
.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../devel/glib/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../net/adns/buildlink3.mk"
.include "../../security/rsaref/buildlink3.mk"
.include "../../www/libwww/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"