1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- add "-I${X11BASE}/include" into CPPFLAGS, because otherwise in some cases

configure script fails to detect session managment X11 includes.
- fix `@exec install-info ...' in pkg-plist.
This commit is contained in:
Maxim Sobolev 2000-10-09 10:32:12 +00:00
parent 42bcbe7e1f
commit 81b865fd63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33604
4 changed files with 6 additions and 4 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= sawfish
PORTVERSION= 0.31.1
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sawmill
@ -25,7 +26,7 @@ USE_IMLIB= yes
WANT_GNOME= yes
USE_AUTOCONF= yes
CONFIGURE_ARGS= --with-readline
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>

View File

@ -10,7 +10,7 @@ info/sawfish.info-2
info/sawfish.info-3
info/sawfish.info-4
info/sawfish.info-5
@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish).
@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish). sawfish programming manual" %D/info/sawfish.info %D/info/dir
libexec/rep/%%GNUHOST%%/sawfish/client.so
libexec/rep/%%GNUHOST%%/sawfish/client.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/DOC

View File

@ -7,6 +7,7 @@
PORTNAME= sawfish
PORTVERSION= 0.31.1
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sawmill
@ -25,7 +26,7 @@ USE_IMLIB= yes
WANT_GNOME= yes
USE_AUTOCONF= yes
CONFIGURE_ARGS= --with-readline
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>

View File

@ -10,7 +10,7 @@ info/sawfish.info-2
info/sawfish.info-3
info/sawfish.info-4
info/sawfish.info-5
@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish).
@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish). sawfish programming manual" %D/info/sawfish.info %D/info/dir
libexec/rep/%%GNUHOST%%/sawfish/client.so
libexec/rep/%%GNUHOST%%/sawfish/client.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/DOC