summaryrefslogtreecommitdiff
path: root/sysutils/webjob/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-04-02 12:39:26 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-04-02 12:39:26 +0000
commit3dcce89b74b95a8023462ccc4a717f5fd683ba4e (patch)
tree59c9be407c956267221fe91a39e90defe89c2198 /sysutils/webjob/Makefile
parentUpdate CHASEN_VERSION. (2.3.0) (diff)
Add webjob 1.2.3, download and execute a program over HTTP/HTTPS.
PR: 42372 Submitted by: Klayton Monroe <klm@ir.exodus.net>
Notes
Notes: svn path=/head/; revision=77985
Diffstat (limited to 'sysutils/webjob/Makefile')
-rw-r--r--sysutils/webjob/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile
new file mode 100644
index 000000000000..d756d6230265
--- /dev/null
+++ b/sysutils/webjob/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: webjob
+# Date created: 20 August 2002
+# Whom: Klayton Monroe <klm@ir.exodus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= webjob
+PORTVERSION= 1.2.3
+CATEGORIES= sysutils security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= webjob
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= klm@ir.exodus.net
+COMMENT= Download and execute a program over HTTP/HTTPS
+
+MAN1= webjob.1
+
+GNU_CONFIGURE= YES
+
+.if defined(WITHOUT_SSL)
+CONFIGURE_ARGS= --without-ssl
+.else
+USE_OPENSSL= YES
+CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
+.endif
+
+pre-build:
+ @${MV} ${WRKSRC}/etc/webjob.cfg ${WRKSRC}/etc/webjob.cfg.sample
+ @${MV} ${WRKSRC}/etc/Makefile ${WRKSRC}/etc/Makefile.orig
+ @${SED} 's/webjob.cfg/webjob.cfg.sample/g' ${WRKSRC}/etc/Makefile.orig > ${WRKSRC}/etc/Makefile
+
+.include <bsd.port.mk>