1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/misc/shc/Makefile
2018-11-20 14:05:01 +00:00

24 lines
365 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= shc
PORTVERSION= 4.0.1
CATEGORIES= misc
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Generic script compiler
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= neurobin
PLIST_FILES= bin/shc man/man1/shc.1.gz
.include <bsd.port.mk>