diff options
Diffstat (limited to 'sysutils/httm/Makefile')
| -rw-r--r-- | sysutils/httm/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index e66152396ece..eae8c46420f3 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -1,5 +1,5 @@ PORTNAME= httm -DISTVERSION= 0.47.1 +DISTVERSION= 0.48.4 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org @@ -18,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> |
