blob: de7c583d55e7b36e58b895685307d0ed388d653e (
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
# Date created: Sun Jan 3 19:36:27 CET 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= security devel
MAINTAINER= dinoex@FreeBSD.org
MASTERDIR?= ${.CURDIR}/../openssl
WITH_OPENSSL_BETA= yes
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"
|