2003-04-02 12:34:12 +00:00
|
|
|
# New ports collection makefile for: ftimes
|
2003-10-03 07:13:01 +00:00
|
|
|
# Date created: 20 August 2002
|
|
|
|
# Whom: Klayton Monroe <klm@uidzero.org>
|
2003-04-02 12:34:12 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ftimes
|
2003-10-03 07:13:01 +00:00
|
|
|
PORTVERSION= 3.3.0
|
2003-04-02 12:34:12 +00:00
|
|
|
CATEGORIES= security sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ftimes
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2003-10-03 07:13:01 +00:00
|
|
|
MAINTAINER= klm@uidzero.org
|
2003-04-02 12:34:12 +00:00
|
|
|
COMMENT= A system baselining and evidence collection tool
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2004-02-28 16:58:12 +00:00
|
|
|
USE_REINPLACE= YES
|
2003-04-02 12:34:12 +00:00
|
|
|
|
|
|
|
.if defined(WITHOUT_SSL)
|
2003-10-03 07:13:01 +00:00
|
|
|
CONFIGURE_ARGS+= --without-ssl
|
2003-04-02 12:34:12 +00:00
|
|
|
.else
|
|
|
|
USE_OPENSSL= YES
|
2003-10-03 07:13:01 +00:00
|
|
|
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(NO_STATIC)
|
|
|
|
CFLAGS+=
|
|
|
|
.else
|
|
|
|
CFLAGS+= -static
|
2003-04-02 12:34:12 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN1= ftimes.1
|
|
|
|
|
2004-02-28 16:58:12 +00:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,-O2,${CFLAGS},g" ${WRKSRC}/configure
|
|
|
|
|
2003-04-02 15:58:13 +00:00
|
|
|
post-install:
|
2003-09-24 09:37:11 +00:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/ftimes
|
2003-04-02 15:58:13 +00:00
|
|
|
|
2003-04-02 12:34:12 +00:00
|
|
|
.include <bsd.port.mk>
|