aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tvision/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tvision/Makefile')
-rw-r--r--devel/tvision/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile
index 9329bed2cec4..d18e65033eb9 100644
--- a/devel/tvision/Makefile
+++ b/devel/tvision/Makefile
@@ -1,17 +1,23 @@
# New ports collection makefile for: tvision
-# Version required: 0.5
+# Version required: 0.6
# Date created: 16 February 1997
# Whom: Sandro Sigala
#
-# $Id: Makefile,v 1.4 1997/05/29 05:09:45 jdp Exp $
+# $Id: Makefile,v 1.5 1997/12/10 13:56:49 tg Exp $
#
-DISTNAME= tvision-0.5
+DISTNAME= tvision-0.6
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= ftp://ftp.vix.com/guests/ssigala/pub/tvision/
MAINTAINER= ssigala@globalnet.it
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)"
+
+pre-install:
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
.include <bsd.port.mk>