- Chase direct-fb update
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
This commit is contained in:
parent
db4afe76a7
commit
e3aede5bc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255657
4 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= freesci
|
||||
PORTVERSION= 0.3.5
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= games emulators
|
||||
MASTER_SITES= http://www-plan.cs.colorado.edu/creichen/${PORTNAME}/ \
|
||||
http://teksolv.de/~jameson/
|
||||
|
@ -44,9 +44,6 @@ CFLAGS+= -ffast-math
|
|||
.if ${HAVE_SDL:Msdl}!=""
|
||||
WITH_SDL= yes
|
||||
.endif
|
||||
.if exists(${LOCALBASE}/lib/libdirectfb-1.1.so.1)
|
||||
WITH_DIRECTFB= yes
|
||||
.endif
|
||||
.if exists(${LOCALBASE}/lib/libggi.so.2)
|
||||
WITH_GGI= yes
|
||||
.endif
|
||||
|
@ -63,7 +60,7 @@ CONFIGURE_ARGS+= --without-sdl
|
|||
.endif
|
||||
|
||||
.if defined(WITH_DIRECTFB) && !defined(WITHOUT_DIRECTFB)
|
||||
LIB_DEPENDS+= directfb-1.1.1:${PORTSDIR}/devel/directfb
|
||||
LIB_DEPENDS+= directfb-1.4.3:${PORTSDIR}/devel/directfb
|
||||
CONFIGURE_ARGS+= --with-directfb-include=${LOCALBASE}/include/directfb \
|
||||
--with-directfb-libraries=${LOCALBASE}/lib
|
||||
.else
|
||||
|
|
|
@ -25,6 +25,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
|||
pixman-1.9:${PORTSDIR}/x11/pixman
|
||||
|
||||
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
|
||||
--disable-directfb \
|
||||
--enable-pdf \
|
||||
--enable-ps
|
||||
USE_GNOME= gnomehack ltverhack referencehack
|
||||
|
|
|
@ -120,6 +120,8 @@ MLINKS= ggi-demo.1 demo.1 \
|
|||
- ggidev-le0_3.3 \
|
||||
- ggidev-lt0_3.3
|
||||
|
||||
CONFIGURE_ARGS= --disable-directfb
|
||||
|
||||
.if exists(/usr/include/dev/kgi/kgi.h)
|
||||
CONFIGURE_ARGS+= --enable-kgi --with-extra-includes=/usr/include/dev
|
||||
.endif
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= links
|
||||
DISTVERSION= 2.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES?= www
|
||||
MASTER_SITES= http://links.twibright.com/download/
|
||||
|
@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --without-svgalib
|
|||
.endif
|
||||
|
||||
.ifdef(WITH_DIRECTFB)
|
||||
LIB_DEPENDS+= directfb-1.1.1:${PORTSDIR}/devel/directfb
|
||||
LIB_DEPENDS+= directfb-1.4.3:${PORTSDIR}/devel/directfb
|
||||
CONFIGURE_ARGS+= --with-directfb
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-directfb
|
||||
|
|
Loading…
Reference in a new issue