blob: 69df421e9b15fd9355f0abf21023b3e7802febd6 (
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
|
# $NetBSD: Makefile,v 1.18 2005/08/19 04:44:09 schmonz Exp $
#
.include "../../mail/ezmlm/Makefile.common"
DISTNAME= ${EZMLM_VERS}
PKGREVISION= 1
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://cr.yp.to/ezmlm.html
COMMENT= Easy-to-use, high-speed mailing list manager for qmail
CONFLICTS= ezmlm-idx-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
# We change conf-bin and conf-man from the default "/usr/local"
# and don't provide compatibility symlinks.
DJB_RESTRICTED= YES
INSTALLATION_DIRS= bin man man/man1 man/man5 man/cat1 man/cat5
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"
|