mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
977a4b1663
Submitted by: Renato Botelho (garga@)
25 lines
573 B
Makefile
25 lines
573 B
Makefile
# New ports collection makefile for: ucspi-ssl-tls
|
|
# Date created: 2006-05-26
|
|
# Whom: Renato Botelho <garga@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 0
|
|
PKGNAMESUFFIX= -tls
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= UCSPI tools for building SSL client-server applications w/ TLS support
|
|
|
|
CONFLICTS= ucspi-ssl-[0-9]*
|
|
|
|
PATCH_SITES+= ${MASTER_SITE_LOCAL:S/$/:tls/}
|
|
PATCH_SITE_SUBDIR+= garga/ucspi-ssl/:tls
|
|
PATCHFILES+= ucspi-ssl-0.70_ucspitls-0.4.patch:tls
|
|
PATCH_WRKSRC= ${WRKSRC}/src
|
|
|
|
MASTERDIR= ${.CURDIR}/../ucspi-ssl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|