- Convert to new options [1]

- While I'm here, trim header

PR:		ports/172420
Submitted by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
This commit is contained in:
Baptiste Daroussin 2012-10-07 07:55:15 +00:00
parent a424a10aae
commit dc3da37a21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305439

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: 3dm2
# Date created: 02 Sep 2002
# Whom: dbaker
#
# Created by: Daniel Baker <dbaker@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= 3dm
PORTVERSION= 2.11.00.019
@ -19,11 +15,14 @@ COMMENT= 3ware RAID controller monitoring daemon and web server
USE_RC_SUBR= 3dm2
OPTIONS= SSLFIX "Install KB16625-patched binaries" On
OPTIONS_DEFINE= SSLFIX
SSLFIX_DESC= Install KB16625-patched binaries
OPTIONS_DEFAULT= SSLFIX
.include <bsd.port.options.mk>
.if defined(WITH_SSLFIX)
.if !empty(PORT_OPTIONS:MSSLFIX)
DISTFILES+= kb16625_${PORTVERSION}.tar.gz
BINPREFIX= ${WRKSRC}/kb16625
.else