Files
ports/misc/shc/Makefile
Emanuel Haupt 4ab6c18716 */*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf remove GNU_CONFIGURE_MANPREFIX from my ports.
2024-04-12 21:35:43 +02:00

23 lines
362 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
USE_GITHUB= yes
GH_ACCOUNT= neurobin
PLIST_FILES= bin/shc share/man/man1/shc.1.gz
.include <bsd.port.mk>