From 0e0d5c1a703736246c5efce5fcb41242155e7d02 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 29 Dec 2003 04:30:55 +0000 Subject: revive ports/misc/shc and upgrade it to 3.7 --- misc/shc/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 misc/shc/Makefile (limited to 'misc/shc/Makefile') diff --git a/misc/shc/Makefile b/misc/shc/Makefile new file mode 100644 index 000000000000..1953ce4861ab --- /dev/null +++ b/misc/shc/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: shc +# Date created: Feb 14, 2001 +# Whom: Ying-Chieh Liao +# +# $FreeBSD$ +# + +PORTNAME= shc +PORTVERSION= 3.7 +CATEGORIES= misc +MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org +COMMENT= A shell script "encoder" + +MAN1= shc.1 + +do-build: + @cd ${WRKSRC} && ${CC} ${CFLAGS} -o shc shc.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/shc.1 ${MAN1PREFIX}/man/man1 + +.include -- cgit v1.2.3