5393242c73
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
43 lines
1.2 KiB
Makefile
43 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.33 2018/07/04 13:40:23 jperkin Exp $
|
|
#
|
|
|
|
DISTNAME= gld-1.7
|
|
PKGREVISION= 5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= https://www.gasmi.net/down/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gasmi.net/
|
|
COMMENT= Standalone greylisting server for Postfix
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl -lresolv
|
|
|
|
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
|
CONF_FILES_PERMS= ${EGDIR}/gld.conf ${PKG_SYSCONFDIR}/gld.conf \
|
|
${REAL_ROOT_USER} ${GLD_GROUP} 0640
|
|
|
|
RCD_SCRIPTS= gld
|
|
GLD_USER?= gld
|
|
GLD_GROUP?= gld
|
|
PKG_GROUPS= ${GLD_GROUP}
|
|
PKG_USERS= ${GLD_USER}:${GLD_GROUP}
|
|
PKG_GECOS.${GLD_USER}= Greylisting Daemon user
|
|
PKG_GROUPS_VARS+= GLD_GROUP
|
|
PKG_USERS_VARS+= GLD_USER
|
|
|
|
SUBST_CLASSES+= gld users
|
|
SUBST_STAGE.gld= pre-configure
|
|
SUBST_FILES.gld= gld.h
|
|
SUBST_SED.gld= -e "s,/etc,${PKG_SYSCONFDIR},"
|
|
SUBST_MESSAGE.gld= Fixing harcoded paths.
|
|
SUBST_STAGE.users= pre-configure
|
|
SUBST_FILES.users= gld.conf
|
|
SUBST_SED.users+= -e "s|^USER=nobody|USER=${GLD_USER}|"
|
|
SUBST_SED.users+= -e "s|^GROUP=nobody|GROUP=${GLD_GROUP}|"
|
|
SUBST_MESSAGE.users= Adjusting user/group in configuration file.
|
|
|
|
.include "options.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|