diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-01 11:45:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-01 11:45:19 +0000 |
commit | 19360ac3ff47c662128df96b28c532df774a7b65 (patch) | |
tree | fd1a5cfe12e48d58ba8b8188d817bf9b26809b83 /security/tkpasman/Makefile | |
parent | 5347dad73a46208d0caed6ac84259ec653d0db76 (diff) | |
download | pkgsrc-19360ac3ff47c662128df96b28c532df774a7b65.tar.gz |
Convert to options framework.
Diffstat (limited to 'security/tkpasman/Makefile')
-rw-r--r-- | security/tkpasman/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/security/tkpasman/Makefile b/security/tkpasman/Makefile index 04329b64b03..4e9d9e9f2b6 100644 --- a/security/tkpasman/Makefile +++ b/security/tkpasman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:33 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/08/01 11:45:19 wiz Exp $ # DISTNAME= TkPasMan-2.2a @@ -11,7 +11,6 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.xs4all.nl/~wbsoft/linux/tkpasman.html COMMENT= Username and password manager that uses the Tk toolkit - CONFIG_SUBST= PREFIX="${PREFIX}" CONFIG_SUBST+= SHELL="${SH}" CONFIG_SUBST+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" @@ -19,17 +18,7 @@ CONFIG_SUBST+= TCLSH="${BUILDLINK_PREFIX.tcl}/bin/tclsh" CONFIG_SUBST+= WISH="${BUILDLINK_PREFIX.tk}/bin/wish" CONFIG_SUBST_SED= ${CONFIG_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} -.include "../../mk/bsd.prefs.mk" - -# SSL support -.if defined(TKPASMAN_USE_SSL) && ${TKPASMAN_USE_SSL} == "YES" -. include "../../security/openssl/buildlink3.mk" -CONFIG_SUBST+= USE_OPENSSL="true" -CONFIG_SUBST+= OPENSSL="${BUILDLINK_PREFIX.openssl}/bin/openssl" -.else -CONFIG_SUBST+= USE_OPENSSL="false" -CONFIG_SUBST+= OPENSSL="" -.endif +.include "options.mk" BUILD_TARGET= tkpasman INSTALLATION_DIRS= bin |