1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/textproc/sarep/Makefile

29 lines
631 B
Makefile
Raw Normal View History

# Ports collection makefile for: sar
1999-02-18 18:05:13 +00:00
# http://tarp.linuxos.org/software/
# Version required: 0.2
1999-02-19 01:52:16 +00:00
# Date created: Feb 18, 1999
# Whom: ache
#
1999-03-18 09:56:07 +00:00
# $Id: Makefile,v 1.4 1999/02/19 01:52:16 asami Exp $
#
DISTNAME= sar
PKGNAME= sar-0.2
CATEGORIES= textproc
MASTER_SITES= http://tarp.linuxos.org/software/
EXTRACT_SUFX=
1999-02-18 17:51:40 +00:00
MAINTAINER= ache@freebsd.org
1999-03-18 09:56:07 +00:00
EXTRACT_CMD= $(CP)
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= ${WRKSRC}
NO_BUILD= YES
1999-03-18 09:56:07 +00:00
NO_WRKSUBDIR= yes
do-install:
1999-03-18 09:56:07 +00:00
@${INSTALL_SCRIPT} ${WRKSRC}/sar ${PREFIX}/bin
.include <bsd.port.mk>