diff options
author | will <will@FreeBSD.org> | 2000-12-26 07:03:27 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-26 07:03:27 +0000 |
commit | d196712c22cb49af86d9a91a64866568e2fecde9 (patch) | |
tree | 440e44133b12fe15788d94af470358d3bdc8ce4a /net | |
parent | 1fbdb1cdc50a833111f5e6e3c26693f8329ba41c (diff) | |
download | FreeBSD-ports-d196712c22cb49af86d9a91a64866568e2fecde9.zip FreeBSD-ports-d196712c22cb49af86d9a91a64866568e2fecde9.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/mudix/Makefile | 8 | ||||
-rw-r--r-- | net/mudix/distinfo | 2 | ||||
-rw-r--r-- | net/mudix/files/patch-aa | 18 |
3 files changed, 5 insertions, 23 deletions
diff --git a/net/mudix/Makefile b/net/mudix/Makefile index 2bccc1b..c0b0792 100644 --- a/net/mudix/Makefile +++ b/net/mudix/Makefile @@ -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: diff --git a/net/mudix/distinfo b/net/mudix/distinfo index b8b3954..880b977 100644 --- a/net/mudix/distinfo +++ b/net/mudix/distinfo @@ -1 +1 @@ -MD5 (mudix-3.4.tar.gz) = 6fb0961eddce72ef6c6acf6dee28e975 +MD5 (mudix-3.5.tar.gz) = e13b0323deddc612ab8109916cef7e5f diff --git a/net/mudix/files/patch-aa b/net/mudix/files/patch-aa index b74c064..e69de29 100644 --- a/net/mudix/files/patch-aa +++ b/net/mudix/files/patch-aa @@ -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 |