From 3d22790512f299a109f4bd8e2ae85e127d44a679 Mon Sep 17 00:00:00 2001 From: schmonz Date: Tue, 20 Jul 2004 00:04:36 +0000 Subject: Enable pkgviews installation, and reformat a whole bunch. --- mail/ezmlm-idx/Makefile | 41 +++++++++++++++++++++++------------------ mail/ezmlm/Makefile | 26 +++++++++++++++----------- 2 files changed, 38 insertions(+), 29 deletions(-) (limited to 'mail') 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" -- cgit v1.2.3