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

28 lines
611 B
Makefile
Raw Normal View History

1999-09-03 21:24:58 +00:00
# Ports collection makefile for: sarep
1999-02-18 18:05:13 +00:00
# http://tarp.linuxos.org/software/
1999-09-03 21:24:58 +00:00
# Version required: 0.*
1999-02-19 01:52:16 +00:00
# Date created: Feb 18, 1999
# Whom: ache
#
1999-08-31 02:11:56 +00:00
# $FreeBSD$
#
1999-09-03 21:24:58 +00:00
DISTNAME= sarep-0.5
CATEGORIES= textproc
MASTER_SITES= http://tarp.linuxos.org/software/
EXTRACT_SUFX=
1999-02-18 17:51:40 +00:00
MAINTAINER= ache@freebsd.org
1999-09-03 21:24:58 +00:00
EXTRACT_CMD= $(SED)
EXTRACT_BEFORE_ARGS= 's=^\#!/usr/bin/perl =\#!${PERL} =' <
EXTRACT_AFTER_ARGS= > ${WRKSRC}/sarep
1999-03-18 09:56:07 +00:00
NO_BUILD= YES
1999-03-18 09:56:07 +00:00
NO_WRKSUBDIR= yes
do-install:
1999-09-03 21:24:58 +00:00
@${INSTALL_SCRIPT} ${WRKSRC}/sarep ${PREFIX}/bin
.include <bsd.port.mk>