mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
107b408c31
Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= starttls
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 18
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Simple wrapper program for STARTTLS on ${EMACS_PORT_NAME}
|
|
|
|
USES= emacs gmake ssl
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE}
|
|
|
|
.include <bsd.port.mk>
|