freebsd-ports/security/openssl-stable/Makefile
2005-10-14 14:19:59 +00:00

20 lines
370 B
Makefile

# 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"