pkgsrc/security/starttls/Makefile
uebayasi 34004f51e0 Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users.  Be DEPENDS to it.  This should
address pkg/37146 by Aleksey Cheusov.

While here convert some emacs lisp packages to user-destdir.
2008-10-11 09:31:54 +00:00

21 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/10/11 09:31:58 uebayasi Exp $
#
DISTNAME= starttls-0.10
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://opaopa.org/pub/elisp/
MAINTAINER= fun@naobsd.org
HOMEPAGE= ftp://opaopa.org/pub/elisp/
COMMENT= Simple wrapper program for STARTTLS on emacsen
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../editors/emacs/modules.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"