diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-16 21:41:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-16 21:41:23 +0000 |
commit | 662247cebf2ddd658b5f9bcad470b8742cf9f88a (patch) | |
tree | 6f3c2c4d260c559be6f14368d7028f9c730abc69 /sysutils/wbm-fetchmail/Makefile | |
parent | 8fad3b3dfae41577cbeb7ad183fad0dbb2854888 (diff) | |
download | pkgsrc-662247cebf2ddd658b5f9bcad470b8742cf9f88a.tar.gz |
Initial import of wbm-fetchmail-1.270 as sysutils/wbm-fetchmail.
This is the standard "fetchmail" Webmin module to configure the popular
fetchmail program for automatically retrieving mail from other servers.
Diffstat (limited to 'sysutils/wbm-fetchmail/Makefile')
-rw-r--r-- | sysutils/wbm-fetchmail/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/wbm-fetchmail/Makefile b/sysutils/wbm-fetchmail/Makefile new file mode 100644 index 00000000000..3846e96bf19 --- /dev/null +++ b/sysutils/wbm-fetchmail/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:41:23 jlam Exp $ + +DISTNAME= fetchmail +PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} +DIST_SUBDIR= webmin-modules-${WBM_VERSION} + +# The version is from the module.info file from the extracted distfile. +WBM_VERSION= 1.270 + +HOMEPAGE= http://www.webmin.com/standard.html +COMMENT= Webmin module for configuring fetchmail + +.include "../../sysutils/webmin/wbm.mk" +.include "../../mk/bsd.pkg.mk" |