2020-01-18 22:48:19 +01:00
|
|
|
# $NetBSD: Makefile,v 1.18 2020/01/18 21:49:52 jperkin Exp $
|
2006-02-06 00:08:03 +01:00
|
|
|
|
2006-01-31 22:07:30 +01:00
|
|
|
PERDITION_COMMENT= main program
|
2020-01-18 22:48:19 +01:00
|
|
|
PKGREVISION= 5
|
2006-01-31 22:07:30 +01:00
|
|
|
|
|
|
|
.include "options.mk"
|
|
|
|
|
|
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}
|
|
|
|
.for f in Makefile.popmap perdition.conf popmap popmap.re
|
2010-06-02 14:50:03 +02:00
|
|
|
CONF_FILES+= ${EGDIR}/perdition/${f} ${PKG_SYSCONFDIR}/${f:.popmap=}
|
2006-01-31 22:07:30 +01:00
|
|
|
.endfor
|
2006-02-13 16:18:32 +01:00
|
|
|
RCD_SCRIPTS+= perdition.imap4 perdition.imap4s perdition.pop3 perdition.pop3s
|
2006-01-31 22:07:30 +01:00
|
|
|
|
|
|
|
SUBST_CLASSES+= paths
|
2010-06-02 14:50:03 +02:00
|
|
|
SUBST_MESSAGE.paths= Fixing paths.
|
2006-01-31 22:07:30 +01:00
|
|
|
SUBST_STAGE.paths= pre-configure
|
|
|
|
SUBST_FILES.paths= etc/perdition/perdition.conf
|
2010-06-02 14:50:03 +02:00
|
|
|
SUBST_SED.paths= -e "s|/usr/lib/|${PREFIX}/lib/|g"
|
|
|
|
SUBST_SED.paths+= -e "s|/etc/perdition/|${PKG_SYSCONFDIR}/|g"
|
2006-01-31 22:07:30 +01:00
|
|
|
|
|
|
|
.include "Makefile.common"
|