summaryrefslogtreecommitdiff
path: root/sysutils/reed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/reed/Makefile')
-rw-r--r--sysutils/reed/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/sysutils/reed/Makefile b/sysutils/reed/Makefile
deleted file mode 100644
index f0adad1f7264..000000000000
--- a/sysutils/reed/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: reed
-# Date created: 7 August 2001
-# Whom: Pete Fritchman <petef@databits.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= reed
-PORTVERSION= 5.4
-CATEGORIES= misc
-MASTER_SITES= http://www.sacredchao.net/software/reed/
-
-MAINTAINER= petef@FreeBSD.org
-COMMENT= A text pager with autoscrolling and more
-
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
-USE_PERL5= yes
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= configures
-CONFIGURE_ENV= INCDIR="${LOCALBASE}/include"
-
-CFLAGS+= -I${LOCALBASE}/include
-
-MAN1= breed.1 reed.1 wrap.1
-
-post-patch:
- @${PERL} -pi -e 's!/usr/local/!${PREFIX}!g' ${WRKSRC}/configures
- @${PERL} -pi -e 's!sys/dir.h!dirent.h!g' ${WRKSRC}/reed.c
- @${PERL} -pi -e 's!-O2!${CFLAGS}!' ${WRKSRC}/Makefile.in
- @${PERL} -pi -e 's!^#!/usr/bin/perl!#!${PERL}!' \
- ${WRKSRC}/fix_bookmarks.pl
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/reed ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/breed ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/wrap ${PREFIX}/bin
- @${MKDIR} ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/fix_bookmarks.pl ${DATADIR}
-.for file in ${MAN1}
- ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/man/man1
-.endfor
-
-.include <bsd.port.mk>