summaryrefslogtreecommitdiff
path: root/mail/mess822/Makefile
blob: 5e379ab282ff2454d9487d0b065c3a6a81fe0126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $NetBSD: Makefile,v 1.9 2005/08/19 03:55:00 schmonz Exp $
#

DISTNAME=		mess822-0.58
CATEGORIES=		mail
MASTER_SITES=		http://cr.yp.to/software/

MAINTAINER=		schmonz@NetBSD.org
HOMEPAGE=		http://cr.yp.to/mess822.html
COMMENT=		Library for parsing Internet mail messages

DEPENDS+=		qmail>=1.03nb7:../../mail/qmail

# We change conf-home from the default "/usr/local" and don't
# provide compatibilbity symlinks. We also patch hier.c to respect
# PKG_SYSCONFDIR and set reasonable modes on directories under
# ${PREFIX}, and patch strerr_sys.c to build on Mac OS X.
DJB_RESTRICTED=		YES

PKG_INSTALLATION_TYPES=	overwrite pkgviews

EGDIR=			${PREFIX}/share/examples/mess822
CFLAGS+=		-DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
USE_PKGINSTALL=		yes
MAKE_DIRS+=		${PKG_SYSCONFDIR}
SUPPORT_FILES+=		${EGDIR}/leapsecs.dat ${PKG_SYSCONFDIR}/leapsecs.dat

DJB_BUILD_TARGETS=	install instcheck

INSTALLATION_DIRS=	bin include lib man man/cat1 man/cat3 man/cat5 man/cat8
INSTALLATION_DIRS+=	man/man1 man/man3 man/man5 man/man8 share/examples/mess822

.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"