aboutsummaryrefslogtreecommitdiffstats
path: root/security/starttls/Makefile
blob: 985d9b3a73c4601896c71bb3bae30fdde7b7a967 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    starttls
# Date created:     Dec 20, 2003
# Whom:         kuriyama@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   starttls
PORTVERSION=    0.10
CATEGORIES= security
MASTER_SITES=   ftp://ftp.opaopa.org/pub/elisp/

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Simple wrapper program for STARTTLS on ${EMACS_PORT_NAME}

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_EMACS=  yes
EMACS_PORT_NAME?=   emacs21

.include <bsd.port.mk>