1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/misc/shc/Makefile
2009-03-27 09:53:36 +00:00

32 lines
604 B
Makefile

# ex:ts=8
# Ports collection makefile for: shc
# Date created: Feb 14, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= shc
PORTVERSION= 3.8.6
CATEGORIES= misc
MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/ \
CRITICAL
EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A shell script "encoder"
MAKE_JOBS_SAFE= yes
MAN1= shc.1
PLIST_FILES= bin/shc
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/shc ${WRKSRC}/shc.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/shc.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>