diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-16 21:41:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-16 21:41:50 +0000 |
commit | ff7421ee117b7538e3637937c8ad5bbfd46aa783 (patch) | |
tree | a3bf5dd5e912e1ddda093b7318b090ef15413e27 /sysutils/wbm-openslp/Makefile | |
parent | 3d0b6d1b46640d71cf9271bf58914a4c5139108d (diff) | |
download | pkgsrc-ff7421ee117b7538e3637937c8ad5bbfd46aa783.tar.gz |
Initial import of wbm-openslp-1.270 as sysutils/wbm-openslp.
This is the standard "openslp" Webmin module to configure the service
location protocol server.
Diffstat (limited to 'sysutils/wbm-openslp/Makefile')
-rw-r--r-- | sysutils/wbm-openslp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/wbm-openslp/Makefile b/sysutils/wbm-openslp/Makefile new file mode 100644 index 00000000000..9c9e99979b7 --- /dev/null +++ b/sysutils/wbm-openslp/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:41:50 jlam Exp $ + +DISTNAME= openslp +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 configure an OpenSLP server + +.include "../../sysutils/webmin/wbm.mk" +.include "../../mk/bsd.pkg.mk" |