1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/misc/shc/Makefile
2012-04-27 09:28:10 +00:00

34 lines
659 B
Makefile

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