aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rvi
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-08-15 20:19:10 +0800
committersat <sat@FreeBSD.org>2007-08-15 20:19:10 +0800
commitba70f192b3306f0a4cf47ff81c498b4ac9e219b3 (patch)
treeb5686d7c462856361684ddda5a8720f58acc27ac /devel/rvi
parent221852d0a071999a7c447059b3fb7c2ff3e30c59 (diff)
downloadfreebsd-ports-gnome-ba70f192b3306f0a4cf47ff81c498b4ac9e219b3.tar.gz
freebsd-ports-gnome-ba70f192b3306f0a4cf47ff81c498b4ac9e219b3.tar.zst
freebsd-ports-gnome-ba70f192b3306f0a4cf47ff81c498b4ac9e219b3.zip
- Update master sites and pkg-descr
- Drop unnecessary configure step - Install docs by default
Diffstat (limited to 'devel/rvi')
-rw-r--r--devel/rvi/Makefile18
-rw-r--r--devel/rvi/pkg-descr4
2 files changed, 13 insertions, 9 deletions
diff --git a/devel/rvi/Makefile b/devel/rvi/Makefile
index 9fe1cabc281b..0b474dd73ca6 100644
--- a/devel/rvi/Makefile
+++ b/devel/rvi/Makefile
@@ -8,21 +8,25 @@
PORTNAME= rvi
PORTVERSION= 1.0.0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www.cs.ru.ac.za/homes/g98t4414/rvi/
-MASTER_SITE_SUBDIR= petef
+MASTER_SITES= LOCAL/petef \
+ http://www.cs.ru.ac.za/research/g98t4414/static/home/rvi/
DISTNAME= rvi
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple interface to RCS
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= "CC=${CXX}"
PLIST_FILES= bin/rvi
+PORTDOCS= rvi.txt
+
+do-build:
+ @cd ${WRKSRC}/&&${CXX} -I. ${CFLAGS} -o rvi src/rvi.cc
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/rvi ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/rvi ${PREFIX}/bin/
+.ifndef NOPORTDOCS
+ @${INSTALL} -d ${DOCSDIR}/
+ @cd ${WRKSRC}/doc/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+.endif
.include <bsd.port.mk>
diff --git a/devel/rvi/pkg-descr b/devel/rvi/pkg-descr
index 51da34cdeecf..dc5f2b4f4343 100644
--- a/devel/rvi/pkg-descr
+++ b/devel/rvi/pkg-descr
@@ -1,5 +1,5 @@
Rvi is an interface to RCS. It attempts to make the process of
using RCS simpler by wrapping common RCS commands around an editor.
-- Pete
-petef@databits.net
+WWW: http://www.cs.ru.ac.za/research/g98t4414/static/home/rvi/index.html
+Author: Melekam Mtsegaye <mtsegaye@rucus.ru.ac.za>