Update to 3.5. Relase this port to the world so someone more interested

in maintaining it can take the job.

PR:		22893
Submitted by:	Ports Fury
This commit is contained in:
Will Andrews 2000-12-26 07:03:27 +00:00
parent 4fbe85e8e1
commit 5c1d9218f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36373
3 changed files with 5 additions and 23 deletions

View file

@ -6,15 +6,15 @@
#
PORTNAME= mudix
PORTVERSION= 3.4
PORTVERSION= 3.5
CATEGORIES= net
MASTER_SITES= http://dwizardry.dhs.org/mudix/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAKE_ARGS= CC="${CC}" O_FLAGS="${CFLAGS}"
ALL_TARGET= mudix
do-install:

View file

@ -1 +1 @@
MD5 (mudix-3.4.tar.gz) = 6fb0961eddce72ef6c6acf6dee28e975
MD5 (mudix-3.5.tar.gz) = e13b0323deddc612ab8109916cef7e5f

View file

@ -1,18 +0,0 @@
--- Makefile Sun Mar 26 13:02:11 2000
+++ Makefile.new Sun Mar 26 13:41:34 2000
@@ -1,10 +1,11 @@
-CC = gcc
+LOCALBASE ?= /usr/local
+CC ?= gcc
PROF =
DEBUG =
NOCRYPT =
-O_FLAGS = -O -g
-C_FLAGS = $(O_FLAGS) -DPOLLING -Wall $(DEBUG) $(PROF) $(NOCRYPT)
-L_FLAGS = $(O_FLAGS) -lpanel -lncurses $(DEBUG) $(PROF)
+O_FLAGS = ${CFLAGS}
+C_FLAGS = $(O_FLAGS) -DPOLLING -Wall $(DEBUG) $(PROF) $(NOCRYPT) -I$(LOCALBASE)/include/ncurses -I$(LOCALBASE)/include
+L_FLAGS = $(O_FLAGS) -lpanel -lncurses $(DEBUG) $(PROF) -L$(LOCALBASE)/lib
O_FILES = alias.o commands.o file.o input.o log.o mudix.o output.o parse.o \
path.o settings.o tabs.o telnet.o trigger.o