freebsd-ports/misc/shc/Makefile
Muhammad Moinur Rahman cd310c0054 misc/shc: Impelled to share/man
Approved by:    portmgr (blanket)
2024-01-23 15:51:26 +01:00

23 lines
402 B
Makefile

PORTNAME= shc
PORTVERSION= 4.0.3
PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Generic script compiler
WWW= https://github.com/neurobin/shc/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_GITHUB= yes
GH_ACCOUNT= neurobin
PLIST_FILES= bin/shc share/man/man1/shc.1.gz
.include <bsd.port.mk>