summaryrefslogtreecommitdiff
path: root/sysutils/httm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/httm/Makefile')
-rw-r--r--sysutils/httm/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile
index f680749dfe47..cf6a48885e90 100644
--- a/sysutils/httm/Makefile
+++ b/sysutils/httm/Makefile
@@ -1,6 +1,5 @@
PORTNAME= httm
-DISTVERSION= 0.48.0
-PORTREVISION= 3
+DISTVERSION= 0.48.2
CATEGORIES= sysutils
MAINTAINER= bofh@FreeBSD.org
@@ -19,4 +18,15 @@ GH_ACCOUNT= kimono-koans
PLIST_FILES= bin/httm
+OPTIONS_DEFINE= SCRIPTS
+OPTIONS_DEFAULT=SCRIPTS
+
+SCRIPTS_DESC= Install example scripts
+
+SCRIPTS_RUN_DEPENDS= bash:shells/bash
+SCRIPTS_PLIST_FILES= bin/bowie
+
+post-install-SCRIPTS-on:
+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/bowie.bash ${STAGEDIR}${PREFIX}/bin/bowie
+
.include <bsd.port.mk>