summaryrefslogtreecommitdiff
path: root/mail/sq-attachment-handlers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sq-attachment-handlers/Makefile')
-rw-r--r--mail/sq-attachment-handlers/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/sq-attachment-handlers/Makefile b/mail/sq-attachment-handlers/Makefile
new file mode 100644
index 00000000000..e18be76da04
--- /dev/null
+++ b/mail/sq-attachment-handlers/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/16 08:18:03 jlam Exp $
+
+DISTNAME= attachment_common.1.8-1.0.6
+PKGNAME= sq-attachment-handlers-1.8
+WRKSRC= ${WRKDIR}/attachment_common
+CATEGORIES= mail
+MASTER_SITES= http://www.squirrelmail.org/plugins/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.squirrelmail.org/index.php3?page=15&plugin=attachment_common
+COMMENT= SquirrelMail attachment handler plugin
+
+DEPENDS+= squirrelmail>=1.0.6:../../mail/squirrelmail
+
+SMDIR= ${PREFIX}/share/squirrelmail
+MESSAGE_SUBST+= SMDIR=${SMDIR}
+
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+
+do-install:
+ ${CP} -R ${WRKSRC} ${SMDIR}/plugins
+
+.include "../../mk/bsd.pkg.mk"