aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl-stable/Makefile
blob: 725f362f86e2cab08ab0289217dc846b7faf33af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    OpenSSL-stable
# Date created:     04.Okt 2005
# Whom:         dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

CATEGORIES= security devel

MAINTAINER= dinoex@FreeBSD.org

MASTERDIR?= ${.CURDIR}/../openssl
WITH_OPENSSL_STABLE=    yes

.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

.include "${MASTERDIR}/Makefile"