- revert previous commit and make use of WRKSRC tag

- add patches so autoconf script recognizes OpenBSD
This commit is contained in:
brad 1999-09-05 00:31:28 +00:00
parent e6312e4347
commit 7574a7c568
3 changed files with 28 additions and 4 deletions

View File

@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.5 1999/09/03 16:24:42 angelos Exp $
# $OpenBSD: Makefile,v 1.6 1999/09/05 00:31:28 brad Exp $
DISTNAME= vic
DISTFILES= vic-2.8ucl4.tar.gz
DISTNAME= vic-2.8ucl4
CATEGORIES= mbone
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/vic/2.8ucl4/
@ -10,8 +9,10 @@ MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= tcl80.1.5:${PORTSDIR}/lang/tcl80 \
tk80.1.5:${PORTSDIR}/x11/tk80
USE_AUTOCONF= yes
USE_X11= yes
USE_AUTOCONF= yes
WRKSRC= ${WRKDIR}/vic
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vic ${PREFIX}/bin

View File

@ -0,0 +1,12 @@
--- configure.in.orig Sat Sep 4 20:16:05 1999
+++ configure.in Sat Sep 4 20:18:29 1999
@@ -230,6 +230,9 @@
V_TARCMD="tar -h -c -f"
V_LIB="$V_LIB -L/usr/local/lib"
;;
+*-*-openbsd*)
+
+ ;;
*-*-freebsd*)
;;

View File

@ -0,0 +1,11 @@
--- config.sub.orig Sat Sep 4 20:26:51 1999
+++ config.sub Sat Sep 4 20:27:15 1999
@@ -609,7 +609,7 @@
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
- | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
+ | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi | -eabi)
;;