diff options
author | jlam <jlam> | 2006-05-16 15:41:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-05-16 15:41:24 +0000 |
commit | a6918deb060d38a7073a7eb3cd22a4deee439f1c (patch) | |
tree | 14ad7c627f55f20530f27f0785f1d823997c8331 /sysutils/wbm-lpadmin/Makefile | |
parent | 3d0c4240814f5da1625b3b44a72141384c2064f0 (diff) | |
download | pkgsrc-a6918deb060d38a7073a7eb3cd22a4deee439f1c.tar.gz |
Initial import of wbm-lpadmin-1.270 as sysutils/wbm-lpadmin.
This is the standard "lpadmin" Webmin module to create and edit local
and remote printers. It Supports Windows print servers and Ghostscript
print drivers.
Diffstat (limited to 'sysutils/wbm-lpadmin/Makefile')
-rw-r--r-- | sysutils/wbm-lpadmin/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/wbm-lpadmin/Makefile b/sysutils/wbm-lpadmin/Makefile new file mode 100644 index 00000000000..b56ca9f3382 --- /dev/null +++ b/sysutils/wbm-lpadmin/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:41:24 jlam Exp $ + +DISTNAME= lpadmin +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 to manage local and remote printers + +.include "../../sysutils/webmin/wbm.mk" +.include "../../mk/bsd.pkg.mk" |