1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/starttls/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

23 lines
445 B
Makefile

# New ports collection makefile for: starttls
# Date created: Dec 20, 2003
# Whom: kuriyama@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= starttls
PORTVERSION= 0.10
PORTREVISION= 1
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>