Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2000 22:20:06 -0700 (PDT)
From:      lioux@uol.com.br
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/19042
Message-ID:  <200006060520.WAA56702@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/19042; it has been noted by GNATS.

From: lioux@uol.com.br
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/19042
Date: Tue, 6 Jun 2000 02:16:44 -0300

 Following the observations made by Will to ports/19030
 
 diff -ruN codecrusader.ORIG/Makefile codecrusader/Makefile
 --- codecrusader.ORIG/Makefile	Tue Jun  6 02:13:43 2000
 +++ codecrusader/Makefile	Tue Jun  6 01:40:07 2000
 @@ -31,23 +31,19 @@
  USE_GMAKE=	yes
  MAKE_ENV=	JX_INSTALL_ROOT="${PREFIX}/bin" \
  		JX_LIB_ROOT="${PREFIX}/lib" \
 -		X11PREFIX="${X11PREFIX}" \
 +		X11PREFIX="${X11BASE}" \
  		PORTCFLAGS="${CFLAGS}" \
  		PORTCXXFLAGS="${CXXFLAGS}" \
  		PORTINCLUDES="${PORTINCLUDES}" \
  		PORTLIBS="${PORTLIBS}"
  PLIST_SUB=	PORTNAME="${PORTNAME}"
  
 -# Proper X11R6 Prefix
 -# Change it, if you need it
 -X11PREFIX?=	${X11BASE}
 -
  # Make environment
 -PORTINCLUDES=	-I${LOCALBASE}/include -I${LOCALBASE}/include/jx \
 -		-I${LOCALBASE}/include/jtoolbar \
 -		-I${LOCALBASE}/include/jtree \
 -		-I${LOCALBASE}/share/jx
 -PORTLIBS=	-L${LOCALBASE}/lib
 +PORTINCLUDES=	-I${X11BASE}/include -I${X11BASE}/include/jx \
 +		-I${X11BASE}/include/jtoolbar \
 +		-I${X11BASE}/include/jtree \
 +		-I${X11BASE}/share/jx
 +PORTLIBS=	-L${X11BASE}/lib
  
  # Installs dir with proper permissions
  INSTALL_DATA_DIR=	${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755
 @@ -58,7 +54,7 @@
  DOCFILES=       FAQ LICENSE README.binary
  DOCDIR_PREFIX=  ${PREFIX}/share/doc/${PORTNAME}
  # additional configuration and header files
 -EXTRALIB_PREFIX=	${PREFIX}/lib/jx
 +EXTRALIB_PREFIX=	${X11BASE}/lib/jx
  # examples
  EXAMPLEDIRS=		desktop macros
  EXAMPLEDIR_PREFIX=	${PREFIX}/share/examples/${PORTNAME}
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006060520.WAA56702>