Index: head/editors/gate/Makefile =================================================================== --- head/editors/gate/Makefile (revision 407631) +++ head/editors/gate/Makefile (revision 407632) @@ -1,33 +1,34 @@ # Created by: James Howard # $FreeBSD$ PORTNAME= gate PORTVERSION= 2.06 PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.unixpapa.com/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and unobtrusive line-oriented text editor BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell +USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-aspell=${LOCALBASE}/bin/aspell ALL_TARGET= gate gate.1 post-patch: @${REINPLACE_CMD} -e \ 's|$${res_datadir}|${DATADIR}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|^char \*malloc();||g' ${WRKSRC}/term.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gate ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gate.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/gate.help ${STAGEDIR}${DATADIR} .include Index: head/editors/gate/files/patch-Makefile.in =================================================================== --- head/editors/gate/files/patch-Makefile.in (nonexistent) +++ head/editors/gate/files/patch-Makefile.in (revision 407632) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2003-06-19 16:47:56 UTC ++++ Makefile.in +@@ -25,7 +25,7 @@ DIST= README $(SRCS) gate.h config.h.in + Makefile.in gate.1.C gate.help CHANGES + + gate: $(OBJS) +- $(CC) -o gate $(CFLAGS) $(OBJS) $(LIBS) ++ $(CC) -o gate $(CFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) + + main.o: main.c gate.h config.h + util.o: util.c gate.h config.h Property changes on: head/editors/gate/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/gate/files/patch-configure =================================================================== --- head/editors/gate/files/patch-configure (nonexistent) +++ head/editors/gate/files/patch-configure (revision 407632) @@ -0,0 +1,11 @@ +--- configure.orig 2005-01-24 06:35:15 UTC ++++ configure +@@ -1766,7 +1766,7 @@ else + cat conftest.$ac_ext >&5 + fi + rm -f conftest* +-test "$ac_cv_search_tgetent" = "no" && for i in termcap curses; do ++test "$ac_cv_search_tgetent" = "no" && for i in ncurses; do + LIBS="-l$i $ac_func_search_save_LIBS" + cat > conftest.$ac_ext <