summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-07-20 00:04:36 +0000
committerschmonz <schmonz@pkgsrc.org>2004-07-20 00:04:36 +0000
commit3d22790512f299a109f4bd8e2ae85e127d44a679 (patch)
tree03ccca98a00629e5f75e3a918a1cd9e25a269dcb /mail
parent9b8b97331ba784e130ce1583bcbd0991aba6d3e9 (diff)
downloadpkgsrc-3d22790512f299a109f4bd8e2ae85e127d44a679.tar.gz
Enable pkgviews installation, and reformat a whole bunch.
Diffstat (limited to 'mail')
-rw-r--r--mail/ezmlm-idx/Makefile41
-rw-r--r--mail/ezmlm/Makefile26
2 files changed, 38 insertions, 29 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile
index 87cd9fd7a72..aed1623f599 100644
--- a/mail/ezmlm-idx/Makefile
+++ b/mail/ezmlm-idx/Makefile
@@ -1,39 +1,44 @@
-# $NetBSD: Makefile,v 1.5 2004/07/19 23:50:22 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/20 00:04:36 schmonz Exp $
#
.include "../../mail/ezmlm/Makefile.common"
-DISTNAME= ezmlm-idx-0.421
+DISTNAME= ezmlm-idx-0.421
SITES_${DISTNAME}.tar.gz= http://www.ezmlm.org/archive/0.421/
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.ezmlm.org/
-COMMENT= ezmlm with enhancements by third parties
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.ezmlm.org/
+COMMENT= ezmlm with enhancements by third parties
-CONFLICTS= ezmlm-[0-9]*
+CONFLICTS= ezmlm-[0-9]*
-DISTFILES+= ${EZMLM_VERS}.tar.gz
-PLIST_SRC+= PLIST.idx
+DISTFILES+= ${EZMLM_VERS}.tar.gz
+PLIST_SRC+= PLIST.idx
-USE_BUILDLINK3= yes
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
# ezmlm-idx is a modification of the ezmlm source.
-RESTRICTED= "modified source and binaries may not be distributed"
-NO_BIN_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
+RESTRICTED= "modified source and binaries may not be distributed"
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
-USE_PKGINSTALL= YES
+USE_PKGINSTALL= YES
PKG_SYSCONFSUBDIR= ezmlm
-CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\"\\\"
+CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\"\\\"
+
+EGDIR= ${PREFIX}/share/examples/ezmlm-idx
+CONF_FILES= ${EGDIR}/ezcgirc ${PKG_SYSCONFDIR}/ezcgirc
+CONF_FILES+= ${EGDIR}/ezmlmrc ${PKG_SYSCONFDIR}/ezmlmrc
-EGDIR= ${PREFIX}/share/examples/ezmlm-idx
-CONF_FILES= ${EGDIR}/ezcgirc ${PKG_SYSCONFDIR}/ezcgirc
-CONF_FILES+= ${EGDIR}/ezmlmrc ${PKG_SYSCONFDIR}/ezmlmrc
+INSTALLATION_DIRS= bin man man/man1 man/man5 man/cat1 man/cat5
+INSTALLATION_DIRS+= share/examples/ezmlm-idx
.include "../../mk/bsd.prefs.mk"
-BUILD_DEFS+= EZMLM_IDX_USE_MYSQL EZMLM_IDX_USE_PGSQL
+BUILD_DEFS+= EZMLM_IDX_USE_MYSQL EZMLM_IDX_USE_PGSQL
.if !empty(EZMLM_IDX_USE_MYSQL:M[yY][eE][sS])
.include "../../databases/mysql-client/buildlink3.mk"
diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile
index 25b38e36f1f..bc14775af54 100644
--- a/mail/ezmlm/Makefile
+++ b/mail/ezmlm/Makefile
@@ -1,28 +1,32 @@
-# $NetBSD: Makefile,v 1.10 2004/07/19 23:49:35 schmonz Exp $
+# $NetBSD: Makefile,v 1.11 2004/07/20 00:07:37 schmonz Exp $
#
.include "../../mail/ezmlm/Makefile.common"
-DISTNAME= ${EZMLM_VERS}
+DISTNAME= ${EZMLM_VERS}
-MAINTAINER= zuntum@NetBSD.org
-HOMEPAGE= http://cr.yp.to/ezmlm.html
-COMMENT= Easy-to-use, high-speed mailing list manager for qmail
+MAINTAINER= zuntum@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]*
+CONFLICTS= ezmlm-idx-[0-9]*
-USE_BUILDLINK3= yes
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
# We change conf-bin and conf-man from the default "/usr/local"
# and don't provide compatibility symlinks.
-RESTRICTED= "modified source and binaries may not be distributed"
-NO_BIN_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
+RESTRICTED= "modified source and binaries may not be distributed"
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
+INSTALLATION_DIRS= bin man man/man1 man/man5 man/cat1 man/cat5
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-*)
-CFLAGS+= -fno-builtin-log
+CFLAGS+= -fno-builtin-log
.endif
.include "../../mk/bsd.pkg.mk"