Updates from Maxim Sobolev:

+ CFLAGS received appropriate respect
  + X11BASE now used insted of PREFIX in -I and -L compiler directives
  + pkg/DESCR slightly modified to reflect Nedit's LessTif frindiness

PR:		ports/17457
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
This commit is contained in:
Daniel Eischen 2000-03-27 13:14:14 +00:00
parent bf8c1069f6
commit e4f8d56850
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27082
2 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,21 @@
*** makefiles/Makefile.freebsd.orig Sun Dec 12 09:07:47 1999
--- makefiles/Makefile.freebsd Mon Mar 27 07:49:08 2000
***************
*** 1,8 ****
! CC=cc
! AR=ar
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
! CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
! LIBS= ${MOTIFLIB} -L${PREFIX}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
! include Makefile.common
--- 1,8 ----
! CC?=cc
! AR?=ar
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
! CFLAGS+=-O -I${X11BASE}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
! LIBS= ${MOTIFLIB} -L${X11BASE}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
! include Makefile.common

View File

@ -7,6 +7,7 @@ to which the users of modern GUI based environments are accustomed.
For users of older style Unix editors, welcome to the world of
mouse-based editing!
This port requires Motif to build.
This port requires Motif to build, however it works reasonably well
with the free Motif clone LessTif.
WWW: http://www.nedit.org