summaryrefslogtreecommitdiff
path: root/mail/sympa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sympa/Makefile')
-rw-r--r--mail/sympa/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile
new file mode 100644
index 00000000000..6b26b469a70
--- /dev/null
+++ b/mail/sympa/Makefile
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/22 15:56:30 manu Exp $
+#
+
+DISTNAME= sympa-3.4.2
+CATEGORIES= mail
+MASTER_SITES= http://www.sympa.org/distribution/
+
+MAINTAINER= manu@netbsd.org
+HOMEPAGE= http://www.sympa.org
+COMMENT= Mailing list manager
+
+DEPENDS+= perl>=5.005:../../lang/perl5
+DEPENDS+= p5-CGI>=2.52:../../www/p5-CGI
+DEPENDS+= p5-FCGI>=0.48:../../www/p5-FCGI
+DEPENDS+= p5-Digest-MD5>=2.00:../../security/p5-Digest-MD5
+DEPENDS+= p5-IO-stringy>=1.0:../../devel/p5-IO-stringy
+DEPENDS+= p5-Msgcat>=1.01:../../misc/p5-Msgcat
+DEPENDS+= p5-MIME-Base64>=1.0:../../converters/p5-MIME-Base64
+DEPENDS+= p5-MIME-tools>=5.209:../../mail/p5-MIME-tools
+DEPENDS+= p5-MailTools>=1.32:../../mail/p5-MailTools
+DEPENDS+= p5-DBI>=1.06:../../databases/p5-DBI
+DEPENDS+= p5-DBD-Sybase>=0.90:../../databases/p5-DBD-Sybase
+DEPENDS+= p5-DBD-mysql>=2.0407:../../databases/p5-DBD-mysql
+DEPENDS+= p5-DBD-postgresql>=0.90:../../databases/p5-DBD-postgresql
+DEPENDS+= p5-perl-ldap>=0.10:../../databases/p5-perl-ldap
+
+USE_BUILDLINK2= YES
+HAS_CONFIGURE= YES
+CONFIGURE_SCRIPT= ./configure
+CONFIGURE_ARGS+= --prefix=${PREFIX}/sympa
+CONFIGURE_ARGS+= --with-confdir=${PREFIX}/etc
+CONFIGURE_ARGS+= --with-piddir=/var/run
+
+PKG_GROUPS?= sympa
+PKG_USERS?= sympa:sympa
+
+# We do not support set-uid scripts...
+post-install:
+ ${CHMOD} ug-s ${PREFIX}/sympa/bin/wwsympa.fcgi
+
+.include "../../mk/bsd.pkg.install.mk"
+.include "../../mk/bsd.pkg.mk"