mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Fix pkg-plist and typo
Submitted by: Christian Gusenbauer <c47g@gmx.at> and kris via pointyhat
This commit is contained in:
parent
22d819dac5
commit
9bdeaea4a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127689
3 changed files with 22 additions and 3 deletions
|
@ -19,16 +19,16 @@ COMMENT= This is SGI's Open Inventor (TM)
|
||||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||||
|
|
||||||
|
USE_X_PREFIX= yes
|
||||||
USE_XLIB= yes
|
USE_XLIB= yes
|
||||||
USE_GL= yes
|
USE_GL= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_ICONV= yes
|
USE_ICONV= yes
|
||||||
USE_MOTIF= yes
|
USE_MOTIF= yes
|
||||||
USE_MESA= yes
|
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
PREFIX= ${X11BASE} # not a good manner
|
#PREFIX= ${X11BASE} # not a good manner
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/libSoXt
|
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/libSoXt
|
||||||
|
|
19
graphics/inventor/files/patch-doc-man1-GNUmakefile
Normal file
19
graphics/inventor/files/patch-doc-man1-GNUmakefile
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
*** doc/man/man1/GNUmakefile.orig Fri Dec 24 07:50:05 2004
|
||||||
|
--- doc/man/man1/GNUmakefile Fri Dec 24 07:52:36 2004
|
||||||
|
***************
|
||||||
|
*** 11,16 ****
|
||||||
|
ivinfo.1 \
|
||||||
|
ivview.1
|
||||||
|
|
||||||
|
! all install: install_man1
|
||||||
|
|
||||||
|
include $(IVCOMMONRULES)
|
||||||
|
--- 11,18 ----
|
||||||
|
ivinfo.1 \
|
||||||
|
ivview.1
|
||||||
|
|
||||||
|
! all:
|
||||||
|
!
|
||||||
|
! install: install_man1
|
||||||
|
|
||||||
|
include $(IVCOMMONRULES)
|
|
@ -5,7 +5,7 @@ Please set the environment variable FL_FONT_PATH to the directory where your
|
||||||
TrueType fonts are installed. If you do not set this variable, Open Inventor(TM)
|
TrueType fonts are installed. If you do not set this variable, Open Inventor(TM)
|
||||||
will use %%PREFIX%%/lib/X11/fonts/TTF as default.
|
will use %%PREFIX%%/lib/X11/fonts/TTF as default.
|
||||||
|
|
||||||
Openi Inventor (TM) needs the following TrueType fonts:
|
Open Inventor (TM) needs the following TrueType fonts:
|
||||||
|
|
||||||
- Times-Roman
|
- Times-Roman
|
||||||
- Helvetica
|
- Helvetica
|
||||||
|
|
Loading…
Add table
Reference in a new issue