diff options
Diffstat (limited to 'misc/shc/Makefile')
-rw-r--r-- | misc/shc/Makefile | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 9886542379f8..db1621ed17f6 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -2,30 +2,21 @@ # $FreeBSD$ PORTNAME= shc -PORTVERSION= 3.8.9 -PORTREVISION= 1 +PORTVERSION= 3.9.3 CATEGORIES= misc -MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/ \ - LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generic script compiler -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/Copying +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING +GNU_CONFIGURE= yes USES= tar:tgz -PLIST_FILES= bin/shc man/man1/shc.1.gz - -post-extract: - @${RM} ${WRKSRC}/shc +USE_GITHUB= yes +GH_ACCOUNT= neurobin -do-build: - ${CC} ${CFLAGS} -o ${WRKSRC}/shc ${WRKSRC}/${PORTNAME}-${PORTVERSION}.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/shc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/shc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 +PLIST_FILES= bin/shc man/man1/shc.1.gz .include <bsd.port.mk> |