freebsd-ports/misc/shc/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

29 lines
564 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.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
PLIST_FILES= bin/shc
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 <bsd.port.mk>