1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/sysutils/webjob/Makefile
Pav Lucistnik c90d90d66a - Avoid installing nph-webjob.cfg.sample again
PR:		ports/66367
Submitted by:	klm <klm@uidzero.org> (maintainer)
2004-05-09 20:43:40 +00:00

40 lines
707 B
Makefile

# New ports collection makefile for: webjob
# Date created: 20 August 2002
# Whom: Klayton Monroe <klm@uidzero.org>
#
# $FreeBSD$
#
PORTNAME= webjob
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= sysutils security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= webjob
EXTRACT_SUFX= .tgz
MAINTAINER= klm@uidzero.org
COMMENT= Download and execute a program over HTTP/HTTPS
GNU_CONFIGURE= YES
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --without-ssl
.else
USE_OPENSSL= YES
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
.endif
.if defined(NO_STATIC)
CFLAGS+=
.else
CFLAGS+= -static
.endif
MAN1= webjob.1
post-install:
@${STRIP_CMD} ${PREFIX}/bin/webjob
.include <bsd.port.mk>