mirror of https://git.FreeBSD.org/ports.git
Convert to USES=jpeg
This commit is contained in:
parent
b8355694f1
commit
6e5719ca80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390310
|
@ -163,7 +163,7 @@ icu_MOZ_OPTIONS= --with-system-icu --with-intl-api
|
|||
-jpeg_BUILD_DEPENDS=yasm:${PORTSDIR}/devel/yasm
|
||||
# XXX depends on ports/180159 or package flavor support
|
||||
#jpeg_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/libjpeg-turbo
|
||||
jpeg_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
jpeg_USES= jpeg
|
||||
jpeg_MOZ_OPTIONS= --with-system-jpeg=${LOCALBASE}
|
||||
|
||||
nspr_LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr
|
||||
|
@ -217,6 +217,7 @@ ${use:S/-/_WITHOUT_/}= ${TRUE}
|
|||
BUILD_DEPENDS+= ${${dep}_BUILD_DEPENDS}
|
||||
LIB_DEPENDS+= ${${dep}_LIB_DEPENDS}
|
||||
RUN_DEPENDS+= ${${dep}_RUN_DEPENDS}
|
||||
USES+= ${${dep}_USES}
|
||||
MOZ_OPTIONS+= ${${dep}_MOZ_OPTIONS}
|
||||
.else
|
||||
BUILD_DEPENDS+= ${-${dep}_BUILD_DEPENDS}
|
||||
|
|
|
@ -16,12 +16,11 @@ LICENSE= GPLv2
|
|||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
|
||||
libcfitsio.so:${PORTSDIR}/astro/cfitsio \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libnetpbm.so:${PORTSDIR}/graphics/netpbm
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= gmake pkgconfig python tar:bzip2
|
||||
USES= gmake jpeg pkgconfig python tar:bzip2
|
||||
USE_LDCONFIG= ${PREFIX}/${PORTNAME}/lib
|
||||
ALL_TARGET= all extra
|
||||
MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX}/${PORTNAME}
|
||||
|
|
|
@ -37,7 +37,7 @@ X11_DESC= Build screensaver (requires net/boinc-client with X11)
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
X11_BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc_graphics2.a:${PORTSDIR}/net/boinc-client
|
||||
X11_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
X11_USES= jpeg
|
||||
X11_USE= GL=gl,glu,glut \
|
||||
XORG=ice,sm,x11,xau,xcb,xext,xi,xdamage,xdmcp,xfixes,xmu,xt,xxf86vm
|
||||
X11_CONFIGURE_ENABLE= graphics
|
||||
|
|
|
@ -40,7 +40,7 @@ X11_DESC= Build screensaver (requires net/boinc-client with X11)
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
X11_BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc_graphics2.a:${PORTSDIR}/net/boinc-client
|
||||
X11_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
X11_USES= jpeg
|
||||
X11_USE= GL=gl,glu,glut \
|
||||
XORG=ice,sm,x11,xau,xcb,xext,xi,xdamage,xdmcp,xfixes,xmu,xt,xxf86vm
|
||||
X11_CONFIGURE_ENABLE= graphics
|
||||
|
|
|
@ -13,10 +13,9 @@ COMMENT= Scriptable space flight simulator for X11
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= gettext gmake libtool lua pkgconfig
|
||||
USES= gettext gmake jpeg libtool lua pkgconfig
|
||||
USE_GL= gl
|
||||
GNU_CONFIGURE= yes
|
||||
EXTRA_PATCHES= ${FILESDIR}/celestia-1.6.1-lua-5.2.patch:-p1 \
|
||||
|
|
|
@ -10,11 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0beta3
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= OpenGL Solar System simulator for X Window System
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_GL= glut
|
||||
|
||||
USES= gmake
|
||||
USES= gmake jpeg
|
||||
USE_XORG= sm ice xmu xi xext x11
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -13,11 +13,11 @@ COMMENT= Shows which portion of the Earth's surface is illuminated by the Sun
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USES= jpeg
|
||||
USE_XORG= xpm
|
||||
|
||||
CPPFLAGS+= $$(libpng-config --I_opts) \
|
||||
|
|
|
@ -10,10 +10,9 @@ MASTER_SITES= # http://www.clearskyinstitute.com/xephem/
|
|||
MAINTAINER= jpaetzel@FreeBSD.org
|
||||
COMMENT= Interactive astronomical ephemeris program
|
||||
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= gmake motif
|
||||
USES= gmake jpeg motif
|
||||
LDFLAGS+= -lfontconfig
|
||||
USE_XORG= xp xt xext xmu x11 xft
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
|
@ -27,7 +27,7 @@ PANGO_USE= GNOME=pango
|
|||
GIF_CONFIGURE_WITH= gif
|
||||
GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib
|
||||
JPEG_CONFIGURE_WITH= jpeg
|
||||
JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
JPEG_USES= jpeg
|
||||
PNG_CONFIGURE_WITH= png
|
||||
PNG_LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png
|
||||
PNM_CONFIGURE_WITH= pnm
|
||||
|
|
|
@ -81,8 +81,8 @@ LASTFM_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
|||
LASTFM_CONFIGURE_OFF= --disable-lfm
|
||||
|
||||
ART_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libImlib2.so:${PORTSDIR}/graphics/imlib2 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
libImlib2.so:${PORTSDIR}/graphics/imlib2
|
||||
ART_USES= jpeg
|
||||
ART_CONFIGURE_OFF= --disable-artwork --disable-artwork-imlib2
|
||||
|
||||
EQ_CONFIGURE_OFF= --disable-supereq
|
||||
|
|
|
@ -12,11 +12,10 @@ COMMENT= Create digital audio watermark images from photographic images
|
|||
|
||||
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
|
||||
libgd.so:${PORTSDIR}/graphics/gd \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
|
||||
USES= pkgconfig tar:tgz
|
||||
USES= jpeg pkgconfig tar:tgz
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
|
|
@ -12,10 +12,10 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= OO, component based, framework for molecular dynamics (MD) simulations
|
||||
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= jpeg
|
||||
USE_XORG= xmu xt sm ice xext x11 xi
|
||||
|
||||
# Hack to cure a misbehavior of the configure script
|
||||
|
|
|
@ -15,7 +15,6 @@ MAINTAINER= stephen@FreeBSD.org
|
|||
COMMENT= Automatic 3D finite element mesh generator
|
||||
|
||||
LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
liblapack.so:${PORTSDIR}/math/lapack
|
||||
RUN_DEPENDS= getdp:${PORTSDIR}/science/getdp
|
||||
|
@ -24,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
|
|||
|
||||
SLAVEDIRS= cad/gmsh-occ
|
||||
|
||||
USES= cmake fortran gmake tar:tgz
|
||||
USES= cmake fortran gmake jpeg tar:tgz
|
||||
USE_GL= yes
|
||||
ALL_TARGET= all
|
||||
|
||||
|
|
|
@ -15,12 +15,11 @@ COMMENT= CAD program that uses bricks similar to those found in many toys
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= desktop-file-utils gmake pkgconfig qmake shared-mime-info
|
||||
USES= desktop-file-utils gmake jpeg pkgconfig qmake shared-mime-info
|
||||
USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \
|
||||
corelib gui network opengl
|
||||
USE_GL= glut
|
||||
|
|
|
@ -11,11 +11,10 @@ MAINTAINER= stephen@FreeBSD.org
|
|||
COMMENT= Automatic 3D tetrahedral mesh generator
|
||||
|
||||
LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/x11-toolkits/tix \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libtogl.so:${PORTSDIR}/graphics/togl
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake libtool tk
|
||||
USES= gmake jpeg libtool tk
|
||||
USE_GL= yes
|
||||
USE_XORG= xmu xi
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -17,7 +17,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:${PORTSDIR}/graphics/opennurbs
|
||||
LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libdrm.so:${PORTSDIR}/graphics/libdrm \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
|
@ -30,7 +29,7 @@ GH_PROJECT= OpenVSP
|
|||
GH_ACCOUNT= ${GH_PROJECT}
|
||||
|
||||
CMAKE_SOURCE_PATH= ${WRKSRC}/src
|
||||
USES= cmake:outsource dos2unix iconv
|
||||
USES= cmake:outsource dos2unix iconv jpeg
|
||||
USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft \
|
||||
xinerama xrender xxf86vm
|
||||
USE_GL= glu
|
||||
|
|
|
@ -12,13 +12,12 @@ COMMENT= Fax software
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm
|
||||
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libjbig.so:${PORTSDIR}/graphics/jbigkit
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_GHOSTSCRIPT=yes
|
||||
HAS_CONFIGURE= yes
|
||||
USES= fakeroot
|
||||
USES= fakeroot jpeg
|
||||
|
||||
CONFIGURE_ARGS= --with-INSTALL="" \
|
||||
--with-LIBTIFF="-L${LOCALBASE}/lib -ltiff -ljpeg" \
|
||||
|
|
|
@ -12,11 +12,10 @@ COMMENT= X Amateur Station Tracking and Information Reporting
|
|||
BUILD_DEPENDS= xfontsel:${PORTSDIR}/x11-fonts/xfontsel
|
||||
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
||||
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext gmake motif
|
||||
USES= gettext gmake jpeg motif
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
|
|
@ -16,11 +16,10 @@ LICENSE_FILE_LGPL3= ${INSTALL_WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS+= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
|
||||
USES= pkgconfig gmake perl5 iconv tar:bzip2
|
||||
USES= iconv jpeg gmake perl5 pkgconfig tar:bzip2
|
||||
USE_XORG= x11 xext xrender
|
||||
USE_PERL5= build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -26,7 +26,6 @@ LICENSE= GPLv2
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
|
||||
LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libproj.so:${PORTSDIR}/graphics/proj \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
|
@ -34,7 +33,7 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \
|
|||
libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
USES= fortran gettext gmake iconv perl5 pkgconfig python:2 readline \
|
||||
USES= fortran gettext gmake iconv jpeg perl5 pkgconfig python:2 readline \
|
||||
shebangfix tk
|
||||
SHEBANG_FILES= scripts/i.spectral/i.spectral \
|
||||
scripts/r.tileset/r.tileset
|
||||
|
|
|
@ -12,10 +12,8 @@ COMMENT= AfterStep dockable version of XPostIt
|
|||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_XORG= xpm xaw xext x11
|
||||
USES= gmake
|
||||
USES= gmake jpeg
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/aspostit man/man1/aspostit.1.gz
|
||||
|
|
|
@ -11,11 +11,9 @@ COMMENT?= Gtk client and libraries for SPICE remote desktop servers
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_XORG= pixman
|
||||
USE_GNOME= gnomeprefix gtk20 gtk30 intltool introspection:build
|
||||
USES= cpe gmake libtool pkgconfig tar:bzip2 pathfix
|
||||
USES= cpe gmake jpeg libtool pkgconfig tar:bzip2 pathfix
|
||||
CPE_VENDOR= redhat
|
||||
|
||||
.if defined(SPICE_SLAVE)
|
||||
|
|
|
@ -39,8 +39,8 @@ NLS_USES= gettext-runtime
|
|||
NLS_CONFIGURE_ENABLE= nls
|
||||
FONTS_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
FONTS_CONFIGURE_ENABLE= font-thumbnailer
|
||||
JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libexif.so:${PORTSDIR}/graphics/libexif
|
||||
JPEG_LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif
|
||||
JPEG_USES= jpeg
|
||||
JPEG_CONFIGURE_ENABLE= jpeg-thumbnailer
|
||||
FFMPEG_LIB_DEPENDS= libffmpegthumbnailer.so:${PORTSDIR}/multimedia/ffmpegthumbnailer
|
||||
FFMPEG_CONFIGURE_ENABLE= ffmpeg-thumbnailer
|
||||
|
|
|
@ -19,12 +19,11 @@ LICENSE_COMB= dual
|
|||
|
||||
LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libFLAC.so:${PORTSDIR}/audio/flac \
|
||||
libphysfs.so:${PORTSDIR}/devel/physfs
|
||||
|
||||
USES= gmake cmake openal:soft pkgconfig
|
||||
USES= cmake gmake jpeg openal:soft pkgconfig
|
||||
USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga
|
||||
USE_GL= glu
|
||||
USE_GNOME= gtk20
|
||||
|
|
|
@ -14,14 +14,13 @@ COMMENT= Cross-platform game SDK
|
|||
|
||||
LICENSE= ZLIB
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libmikmod.so:${PORTSDIR}/audio/libmikmod \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
USES= execinfo gmake libtool pathfix pkgconfig tar:tgz
|
||||
USES= execinfo gmake jpeg libtool pathfix pkgconfig tar:tgz
|
||||
USE_GCC= yes
|
||||
USE_XORG= x11
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -14,12 +14,11 @@ COMMENT= Cross-platform game SDK
|
|||
|
||||
LICENSE= ZLIB
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libmikmod.so:${PORTSDIR}/audio/libmikmod \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USES= gmake libtool pathfix pkgconfig tar:tgz
|
||||
USES= gmake jpeg libtool pathfix pkgconfig tar:tgz
|
||||
USE_XORG= x11 xi
|
||||
USE_LDCONFIG= yes
|
||||
USE_SDL= gfx
|
||||
|
|
|
@ -14,14 +14,13 @@ COMMENT= Cross-platform game SDK
|
|||
|
||||
LICENSE= ZLIB
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libmikmod.so:${PORTSDIR}/audio/libmikmod \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
USES= gmake libtool pathfix pkgconfig tar:tgz
|
||||
USES= gmake jpeg libtool pathfix pkgconfig tar:tgz
|
||||
USE_XORG= x11
|
||||
USE_LDCONFIG= yes
|
||||
USE_GL= yes
|
||||
|
|
|
@ -11,13 +11,12 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Toolkit to work with DICOM objects
|
||||
|
||||
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
USES= cmake:outsource
|
||||
USES= cmake:outsource jpeg
|
||||
CMAKE_ARGS+= -DDCMTK_WITH_DOXYGEN:BOOL=OFF \
|
||||
-DDCMTK_WITH_OPENSSL:BOOL=ON
|
||||
|
||||
|
|
|
@ -13,8 +13,7 @@ COMMENT= Graphic development lightweight API
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
OPTIONS_DEFINE= FREETYPE X11 SDL UNIQUE TEST DOCS
|
||||
UNIQUE_DESC= Unique (WM Module)
|
||||
|
@ -25,7 +24,7 @@ OPTIONS_SUB= yes
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= cpe gmake libtool ncurses pathfix perl5 pkgconfig
|
||||
USES= cpe gmake jpeg libtool ncurses pathfix perl5 pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
PORTDOCS= *
|
||||
|
|
|
@ -12,8 +12,7 @@ COMMENT= Enlightenment Foundation Libraries
|
|||
LICENSE= BSD2CLAUSE LGPL21
|
||||
LICENSE_COMB= multi
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libgif.so:${PORTSDIR}/graphics/giflib \
|
||||
LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
|
@ -23,7 +22,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|||
|
||||
DIST_SUBDIR= enlightenment
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf compiler:c++11-lib gettext-tools gmake libtool \
|
||||
USES= autoreconf compiler:c++11-lib gettext-tools gmake jpeg libtool \
|
||||
pathfix pkgconfig shared-mime-info tar:xz
|
||||
USE_XORG= x11 xcursor xcomposite xdamage xext xinerama xp xrandr xtst xscrnsaver
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -13,13 +13,12 @@ COMMENT= Simple Sprite engine written in C++
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= gmake zip
|
||||
USES= gmake jpeg zip
|
||||
USE_GL= gl
|
||||
USE_SDL= image sdl
|
||||
MAKEFILE= MakefileKyra
|
||||
|
|
|
@ -10,11 +10,10 @@ MASTER_SITES= SF
|
|||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= C++ Library Absolutely Wonderful
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
USES= cmake gettext
|
||||
USES= cmake gettext jpeg
|
||||
CMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL_PATH="${DATADIR}/cmake"
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -15,13 +15,12 @@ LICENSE= GPLv2
|
|||
|
||||
BUILD_DEPENDS= p5-Alien-SDL>=1.426:${PORTSDIR}/devel/p5-Alien-SDL
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libsmpeg.so:${PORTSDIR}/multimedia/smpeg
|
||||
RUN_DEPENDS= p5-Alien-SDL>=1.426:${PORTSDIR}/devel/p5-Alien-SDL \
|
||||
p5-Tie-Simple>=0:${PORTSDIR}/devel/p5-Tie-Simple
|
||||
|
||||
USES= perl5
|
||||
USES= jpeg perl5
|
||||
USE_GL= glu
|
||||
USE_PERL5= modbuild
|
||||
USE_SDL= gfx image mixer pango sdl ttf
|
||||
|
|
|
@ -15,13 +15,12 @@ LICENSE= LGPL21 ZLIB
|
|||
LICENSE_COMB= multi
|
||||
|
||||
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
# Upstream tends to reroll distfiles before moving under /release/
|
||||
PORTSCOUT= site:http://www.renpy.org/dl/release/
|
||||
|
||||
USES= python tar:bz2
|
||||
USES= jpeg python tar:bz2
|
||||
USE_SDL= image2 mixer2 ttf2
|
||||
USE_PYTHON= autoplist distutils
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
||||
|
|
|
@ -12,11 +12,10 @@ MAINTAINER= amdmi3@FreeBSD.org
|
|||
COMMENT= Simple and Fast Multimedia Library
|
||||
|
||||
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libGLEW.so:${PORTSDIR}/graphics/glew
|
||||
|
||||
USES= cmake zip:infozip openal:al dos2unix
|
||||
USES= cmake dos2unix jpeg openal:al zip:infozip
|
||||
DOS2UNIX_FILES= CMakeLists.txt
|
||||
USE_XORG= x11 xrandr
|
||||
USE_GL= gl
|
||||
|
|
|
@ -16,11 +16,10 @@ LICENSE= ZLIB
|
|||
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
|
||||
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
|
||||
USES= gmake openal:al pkgconfig dos2unix
|
||||
USES= gmake jpeg openal:al pkgconfig dos2unix
|
||||
DOS2UNIX_GLOB= Makefile ResourcePtr.inl
|
||||
USE_XORG= x11 xrandr
|
||||
USE_GL= gl glu
|
||||
|
|
|
@ -15,13 +15,12 @@ LICENSE= GPLv2
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
||||
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
||||
libosg.so:${PORTSDIR}/graphics/osg
|
||||
|
||||
USE_XORG= ice sm x11 xext xi xt xmu
|
||||
USE_GL= gl glu glut
|
||||
USES= cmake compiler cpe openal:al,alut tar:bzip2
|
||||
USES= cmake compiler cpe jpeg openal:al,alut tar:bzip2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -16,14 +16,13 @@ LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs \
|
|||
libltdl.so:${PORTSDIR}/devel/libltdl \
|
||||
libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \
|
||||
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libmng.so:${PORTSDIR}/graphics/libmng \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
|
||||
libdv.so:${PORTSDIR}/multimedia/libdv
|
||||
|
||||
USES= gettext iconv libtool pathfix pkgconfig
|
||||
USES= gettext iconv jpeg libtool pathfix pkgconfig
|
||||
USE_GNOME= cairo glibmm libxml++26
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}
|
||||
|
|
|
@ -18,12 +18,11 @@ LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
|
|||
libpopt.so:${PORTSDIR}/devel/popt \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libwv.so:${PORTSDIR}/textproc/wv \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libfribidi.so:${PORTSDIR}/converters/fribidi \
|
||||
libgoffice-0.10.so:${PORTSDIR}/devel/goffice010
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu
|
||||
|
||||
USES= desktop-file-utils gmake iconv libtool pathfix pkgconfig
|
||||
USES= desktop-file-utils gmake iconv jpeg libtool pathfix pkgconfig
|
||||
USE_GNOME= libxml2 gtk30 librsvg2 libxslt
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -22,7 +22,6 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
|||
libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \
|
||||
libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \
|
||||
libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libdcmdata.so:${PORTSDIR}/devel/dcmtk \
|
||||
libfftw3.so:${PORTSDIR}/math/fftw3 \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
|
@ -43,7 +42,7 @@ USE_QT4= corelib dbus designer_build gui opengl phonon porting_build \
|
|||
qt3support qtestlib_build script sql svg webkit xml xmlpatterns \
|
||||
moc_build qmake_build rcc_build uic_build uic3_build
|
||||
USE_SQLITE= 3
|
||||
USES= cmake:outsource cpe compiler:c++11-lang iconv perl5 pkgconfig tar:xz\
|
||||
USES= cmake:outsource cpe compiler:c++11-lang iconv jpeg perl5 pkgconfig tar:xz\
|
||||
shared-mime-info
|
||||
CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \
|
||||
-DPRODUCTSET:STRING="DESKTOP"
|
||||
|
|
|
@ -123,7 +123,7 @@ SCROLLBARS_CONFIGURE_WITH= toolkit-scroll-bars
|
|||
|
||||
SYNC_INPUT_CONFIGURE_WITH= sync-input
|
||||
|
||||
JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
JPEG_USES= jpeg
|
||||
JPEG_CONFIGURE_WITH= jpeg
|
||||
|
||||
TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
|
||||
|
|
|
@ -127,7 +127,7 @@ MOTIF_CONFIGURE_ON+= --with-x-toolkit=motif
|
|||
|
||||
SCROLLBARS_CONFIGURE_WITH= toolkit-scroll-bars
|
||||
|
||||
JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
JPEG_USES= jpeg
|
||||
JPEG_CONFIGURE_WITH= jpeg
|
||||
|
||||
TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
|
||||
|
|
|
@ -28,7 +28,6 @@ LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 \
|
|||
libcairo.so:${PORTSDIR}/graphics/cairo \
|
||||
libGLEW.so:${PORTSDIR}/graphics/glew \
|
||||
libgraphite2.so:${PORTSDIR}/graphics/graphite2 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
|
||||
libcdr-0.1.so:${PORTSDIR}/graphics/libcdr01 \
|
||||
libetonyek-0.1.so:${PORTSDIR}/graphics/libetonyek01 \
|
||||
|
@ -78,7 +77,7 @@ USE_OPENLDAP= yes
|
|||
USE_PERL5= build
|
||||
USE_QT4= # empty but required
|
||||
USE_XORG= xaw xrandr
|
||||
USES= bison compiler:c++11-lang cpe gmake perl5 pkgconfig python shared-mime-info tar:xz
|
||||
USES= bison compiler:c++11-lang cpe gmake jpeg perl5 pkgconfig python shared-mime-info tar:xz
|
||||
WANT_GNOME= yes
|
||||
|
||||
DISTFILES+= ${PORTNAME}-${LOVERSION}${EXTRACT_SUFX}
|
||||
|
|
|
@ -48,7 +48,6 @@ LIB_DEPENDS= \
|
|||
libapr-1.so:${PORTSDIR}/devel/apr1 \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libcairo.so:${PORTSDIR}/graphics/cairo \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
|
||||
libCoinMP.so:${PORTSDIR}/math/coinmp \
|
||||
|
@ -101,7 +100,7 @@ USE_PERL5= build
|
|||
USE_XORG= x11 ice xaw xau xext xrender xrandr \
|
||||
xi xt xcursor xdamage xcomposite xfixes
|
||||
USES= autoreconf:autoconf bison compiler cpe desktop-file-utils \
|
||||
gmake perl5 pkgconfig python tar:bzip2
|
||||
gmake jpeg perl5 pkgconfig python tar:bzip2
|
||||
WITHOUT_CPU_CFLAGS= true
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CPE_PRODUCT= ${PORTNAME:S|apache-||}
|
||||
|
|
|
@ -50,7 +50,6 @@ LIB_DEPENDS= \
|
|||
libapr-1.so:${PORTSDIR}/devel/apr1 \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libcairo.so:${PORTSDIR}/graphics/cairo \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
|
||||
libgraphite.so:${PORTSDIR}/graphics/silgraphite \
|
||||
|
@ -113,7 +112,7 @@ USE_PERL5= build
|
|||
USE_XORG= x11 ice xaw xau xext xrender xrandr \
|
||||
xi xt xcursor xdamage xcomposite xfixes
|
||||
USES= autoreconf:autoconf bison compiler cpe desktop-file-utils \
|
||||
gmake perl5 pkgconfig python tar:${TARTYPE}
|
||||
gmake jpeg perl5 pkgconfig python tar:${TARTYPE}
|
||||
WITHOUT_CPU_CFLAGS= true
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CPE_PRODUCT= ${PORTNAME:S|apache-||}
|
||||
|
|
|
@ -15,9 +15,7 @@ COMMENT= SEGA Genesis emulator
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USES= gmake jpeg tar:bzip2
|
||||
USE_GNOME= gtk12
|
||||
USE_SDL= sdl
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -12,9 +12,7 @@ COMMENT= SEGA Genesis emulator
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USES= gmake
|
||||
USES= gmake jpeg
|
||||
USE_GNOME= gtk12
|
||||
USE_SDL= sdl
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -10,7 +10,6 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT?= Multi Arcade Machine Emulator
|
||||
|
||||
LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libexpat.so:${PORTSDIR}/textproc/expat2 \
|
||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
||||
RUN_DEPENDS= liberation-fonts-ttf>=0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf
|
||||
|
@ -25,7 +24,7 @@ GH_TAGNAME= mame${PORTVERSION:S/.//}
|
|||
# base clang fails with signal during build (!)
|
||||
USE_GCC= yes
|
||||
|
||||
USES= gmake pkgconfig python:2,build shebangfix
|
||||
USES= gmake jpeg pkgconfig python:2,build shebangfix
|
||||
SHEBANG_FILES= src/emu/cpu/m6502/m6502make.py \
|
||||
src/emu/cpu/m6809/m6809make.py \
|
||||
src/emu/cpu/mcs96/mcs96make.py \
|
||||
|
|
|
@ -152,7 +152,7 @@ LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
|
|||
.if empty(PORT_OPTIONS:MJPEG)
|
||||
CONFIGURE_ARGS+= --disable-vnc-jpeg
|
||||
.else
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
USES+= jpeg
|
||||
.endif
|
||||
|
||||
.if empty(PORT_OPTIONS:MPNG)
|
||||
|
|
|
@ -165,7 +165,7 @@ LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
|
|||
.if empty(PORT_OPTIONS:MJPEG)
|
||||
CONFIGURE_ARGS+= --disable-vnc-jpeg
|
||||
.else
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
USES+= jpeg
|
||||
.endif
|
||||
|
||||
.if empty(PORT_OPTIONS:MPNG)
|
||||
|
|
|
@ -96,10 +96,10 @@ V4L_LIB_DEPENDS= libv4l1.so:${PORTSDIR}/multimedia/libv4l
|
|||
WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
|
||||
X11_CONFIGURE_WITH= x cms fontconfig freetype glu jpeg opengl png xinput2 xrandr xrender
|
||||
X11_USES= jpeg
|
||||
X11_USE= GL=glu XORG=xcomposite,xcursor,xi,xrandr,xrender
|
||||
X11_LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
|
|
|
@ -95,10 +95,10 @@ V4L_LIB_DEPENDS= libv4l1.so:${PORTSDIR}/multimedia/libv4l
|
|||
WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
|
||||
X11_CONFIGURE_WITH= x cms fontconfig freetype glu jpeg opengl png xinput2 xrandr xrender
|
||||
X11_USES= jpeg
|
||||
X11_USE= GL=glu XORG=xcomposite,xcursor,xi,xrandr,xrender
|
||||
X11_LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
|
|
|
@ -15,8 +15,7 @@ LICENSE= GPLv2 # (or later)
|
|||
|
||||
LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \
|
||||
libltdl.so:${PORTSDIR}/devel/libltdl \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
|
||||
OPTIONS_DEFINE= ESOUND DOCS EXAMPLES
|
||||
OPTIONS_DEFINE_i386= MMX
|
||||
|
@ -36,7 +35,7 @@ MMX_BUILD_DEPENDS=nasm:${PORTSDIR}/devel/nasm
|
|||
MMX_CONFIGURE_ENABLE=mmx
|
||||
|
||||
EXTRACT_AFTER_ARGS=--exclude libltdl
|
||||
USES= gettext gmake libtool shebangfix
|
||||
USES= gettext gmake jpeg libtool shebangfix
|
||||
SHEBANG_FILES= contrib/instgame
|
||||
USE_XORG= x11 xext xxf86vm
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -13,12 +13,11 @@ COMMENT= Open source game library useful for 2D game development
|
|||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
|
||||
USES= execinfo gmake libtool tar:bzip2
|
||||
USES= execinfo gmake jpeg libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
USE_SDL= sdl
|
||||
USE_XORG= xpm
|
||||
|
|
|
@ -11,8 +11,7 @@ DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION}
|
|||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Single player 2D role-playing game
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libogg.so:${PORTSDIR}/audio/libogg \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libboost_thread.so:${PORTSDIR}/devel/boost-libs
|
||||
|
@ -20,7 +19,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext gmake iconv openal:al lua:51
|
||||
USES= gettext gmake iconv jpeg openal:al lua:51
|
||||
USE_SDL= sdl ttf net
|
||||
USE_GL= yes
|
||||
USE_GCC= any # problems in luabind
|
||||
|
|
|
@ -14,14 +14,13 @@ COMMENT= Multiplayer networked Tron clone in 3D
|
|||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake
|
||||
USES= gmake jpeg
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-etc --disable-initscripts
|
||||
CXXFLAGS+= ${CFLAGS} -I${LOCALBASE}/include
|
||||
|
||||
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
OPTIONS_DEFINE= MUSIC ARMA_SERVER_ONLY
|
||||
|
|
|
@ -13,9 +13,7 @@ COMMENT= Quake3 map viewer (and powerful 3D game engine)
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USES= gmake zip
|
||||
USES= gmake jpeg zip
|
||||
USE_GL= glut
|
||||
USE_XORG= x11 xext xmu xt xi sm ice
|
||||
|
||||
|
|
|
@ -11,11 +11,10 @@ MAINTAINER= amdmi3@FreeBSD.org
|
|||
COMMENT= Model-airplane flight simulation program
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
|
||||
LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USES= gmake jpeg
|
||||
USE_SDL= sdl
|
||||
USE_GL= gl glu
|
||||
|
||||
|
|
|
@ -11,10 +11,9 @@ MAINTAINER= makc@FreeBSD.org
|
|||
COMMENT= Quake engine modification
|
||||
|
||||
# Loads libraries at run-time, thus RUN_DEPENDS.
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
${LOCALBASE}/lib/libvorbis.so:${PORTSDIR}/audio/libvorbis
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libvorbis.so:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USES= gmake zip:infozip
|
||||
USES= gmake jpeg zip:infozip
|
||||
USE_XORG= xxf86dga xpm
|
||||
MAKE_ENV= DP_FS_BASEDIR="${Q1DIR}" DP_LINK_JPEG=dlopen
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
|
|
@ -25,13 +25,12 @@ LICENSE_PERMS_CCBYNCSAv3= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-a
|
|||
LICENSE_PERMS_VOLITION= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
||||
|
||||
LIB_DEPENDS+= libjansson.so:${PORTSDIR}/devel/jansson \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libogg.so:${PORTSDIR}/audio/libogg \
|
||||
libvorbisfile.so:${PORTSDIR}/audio/libvorbis \
|
||||
libtheora.so:${PORTSDIR}/multimedia/libtheora
|
||||
|
||||
USES= autoreconf lua:51 openal pkgconfig tar:lzma
|
||||
USES= autoreconf jpeg lua:51 openal pkgconfig tar:lzma
|
||||
USE_GL= yes
|
||||
USE_SDL= sdl
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -18,10 +18,9 @@ LICENSE= GPLv2 GPLv3
|
|||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USES= gmake jpeg tar:bzip2
|
||||
USE_GL= glew
|
||||
USE_SDL= sdl
|
||||
MAKEFILE= Makefile.linux
|
||||
|
|
|
@ -33,8 +33,8 @@ GAME_DESC= Build main game (default mod)
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCLIENT}
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
USES+= jpeg
|
||||
USE_GL= gl
|
||||
PLIST_SUB+= CLIENT=""
|
||||
EGL_BIN+= egl
|
||||
|
|
|
@ -36,7 +36,7 @@ OPTIONS_DEFINE= OPTIMIZED_CFLAGS
|
|||
OPTIONS_DEFAULT= OPENGL X11 OPTIMIZED_CFLAGS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
OPENGL_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
OPENGL_USES= jpeg
|
||||
OPENGL_USE= GL=yes
|
||||
|
||||
X11_USE= XORG=xxf86dga
|
||||
|
|
|
@ -17,8 +17,7 @@ COMMENT= The FlightGear flight simulator
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
||||
libfltk.so:${PORTSDIR}/x11-toolkits/fltk \
|
||||
libosg.so:${PORTSDIR}/graphics/osg \
|
||||
|
@ -34,7 +33,7 @@ USE_GL= gl glu glut
|
|||
USE_SQLITE= 3
|
||||
USE_QT5= core buildtools qmake widgets
|
||||
|
||||
USES= cpe tar:bzip2 dos2unix cmake compiler openal:al,alut
|
||||
USES= cpe dos2unix cmake compiler jpeg openal:al,alut tar:bzip2
|
||||
DOS2UNIX_REGEX= .*\.(c|h|cxx|cpp|hxx|hpp)
|
||||
CMAKE_ARGS+= -DENABLE_JS_SERVER:BOOL=ON \
|
||||
-DSYSTEM_SQLITE:BOOL=ON \
|
||||
|
|
|
@ -13,10 +13,9 @@ COMMENT= Clone of the Commodore game Paradroid
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= iconv
|
||||
USES= iconv jpeg
|
||||
USE_SDL= mixer image sdl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -39,9 +39,9 @@ LUAJIT_DESC= LuaJIT support
|
|||
|
||||
CLIENT_CMAKE_ON= -DBUILD_CLIENT=1
|
||||
CLIENT_CMAKE_OFF= -DBUILD_CLIENT=0
|
||||
CLIENT_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
CLIENT_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libIrrlicht.so:${PORTSDIR}/x11-toolkits/irrlicht
|
||||
CLIENT_USES= jpeg
|
||||
CLIENT_USE= GL=gl XORG=x11
|
||||
SERVER_CMAKE_ON= -DBUILD_SERVER=1
|
||||
SERVER_CMAKE_OFF= -DBUILD_SERVER=0
|
||||
|
|
|
@ -37,9 +37,9 @@ PLIST_FILES+= bin/fteqw-sv
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGLCLIENT} || !empty(PORT_OPTIONS:MSDLCLIENT)
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis
|
||||
USES+= jpeg
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGLCLIENT}
|
||||
|
|
|
@ -12,11 +12,10 @@ COMMENT= 3D motor sport simulator
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
|
||||
LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_GL= glut
|
||||
USES= gmake perl5 tcl:84
|
||||
USES= gmake jpeg perl5 tcl:84
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-plib=${LOCALBASE}
|
||||
|
|
|
@ -14,10 +14,9 @@ COMMENT= OpenGL jigsaw puzzle game
|
|||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/GPL.txt
|
||||
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= gmake tar:tgz
|
||||
USES= gmake jpeg tar:tgz
|
||||
USE_SDL= sdl mixer
|
||||
USE_GL= gl
|
||||
MAKE_ARGS= CXX=${CXX}
|
||||
|
|
|
@ -40,7 +40,7 @@ X86_ASM_DESC= Enable x86 assembly code
|
|||
|
||||
.if ${PORT_OPTIONS:MOPENGL}
|
||||
USE_GL= yes
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
USES+= jpeg
|
||||
ALL_TARGET+= glx
|
||||
PLIST_SUB+= GLX=""
|
||||
.else
|
||||
|
|
|
@ -15,11 +15,10 @@ LICENSE= GPLv2 # or later
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libogg.so:${PORTSDIR}/audio/libogg
|
||||
|
||||
USES= cmake openal:soft pkgconfig tar:bzip2
|
||||
USES= cmake jpeg openal:soft pkgconfig tar:bzip2
|
||||
USE_GL= glu
|
||||
USE_SDL= sdl
|
||||
USE_XORG= sm
|
||||
|
|
|
@ -15,7 +15,6 @@ LICENSE= GPLv2 # or later
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
|
@ -35,7 +34,7 @@ RESTRICTED_FILES= \
|
|||
macopix-mascot-marimite-euc-ja-2.20.tar.gz \
|
||||
macopix-mascot-HxB-euc-ja-0.30.tar.gz
|
||||
|
||||
USES= gettext gmake iconv libtool pkgconfig
|
||||
USES= gettext gmake iconv jpeg libtool pkgconfig
|
||||
USE_XORG= x11
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ MAINTAINER= rnejdl@ringofsaturn.com
|
|||
COMMENT= Open source 3D real-time strategy game
|
||||
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \
|
||||
libftgl.so:${PORTSDIR}/graphics/ftgl \
|
||||
|
@ -23,7 +22,7 @@ RUN_DEPENDS= ${DATADIR}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:${PORTSD
|
|||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
USES= cmake compiler:c++11-lib display:build dos2unix lua \
|
||||
USES= cmake compiler:c++11-lib display:build dos2unix jpeg lua \
|
||||
openal:al,alut pkgconfig tar:xz
|
||||
USE_GL= glew gl glu
|
||||
USE_SDL= yes
|
||||
|
|
|
@ -38,9 +38,9 @@ LUAJIT_DESC= LuaJIT support
|
|||
|
||||
CLIENT_CMAKE_ON= -DBUILD_CLIENT=1
|
||||
CLIENT_CMAKE_OFF= -DBUILD_CLIENT=0
|
||||
CLIENT_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
CLIENT_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libIrrlicht.so:${PORTSDIR}/x11-toolkits/irrlicht
|
||||
CLIENT_USES= jpeg
|
||||
CLIENT_USE= GL=gl XORG=x11
|
||||
SERVER_CMAKE_ON= -DBUILD_SERVER=1
|
||||
SERVER_CMAKE_OFF= -DBUILD_SERVER=0
|
||||
|
|
|
@ -17,10 +17,9 @@ COMMENT= Fork of the well-known GtkRadiant 1.5 FPS games map editor
|
|||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libwebp.so:${PORTSDIR}/graphics/webp
|
||||
|
||||
USES= gmake pkgconfig tar:bzip2
|
||||
USES= gmake jpeg pkgconfig tar:bzip2
|
||||
USE_GL= gl
|
||||
USE_GNOME= gtk20 libxml2
|
||||
MAKE_ENV= BUILD=release DOWNLOAD_GAMEPACKS=no LIBS_DL="" \
|
||||
|
|
|
@ -13,11 +13,10 @@ COMMENT= Tilt the floor to guide a ball through an obstacle course
|
|||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libphysfs.so:${PORTSDIR}/devel/physfs
|
||||
|
||||
USES= gmake iconv
|
||||
USES= gmake iconv jpeg
|
||||
USE_GL= gl
|
||||
USE_SDL= sdl2 ttf2
|
||||
MAKE_ARGS+= DATADIR="${DATADIR}" \
|
||||
|
|
|
@ -13,15 +13,14 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
|||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Fast-paced, chaotic, and intense multiplayer first person shooter
|
||||
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/gpl.txt
|
||||
|
||||
MANUAL_PACKAGE_BUILD= huge (880MiB)
|
||||
|
||||
USES= shebangfix zip:infozip
|
||||
USES= jpeg shebangfix zip:infozip
|
||||
SHEBANG_FILES= server/rcon.pl server/rcon2irc/rcon2irc.pl
|
||||
WRKSRC= ${WRKDIR}/Nexuiz
|
||||
BUILD_WRKSRC= ${WRKSRC}/sources/darkplaces
|
||||
|
|
|
@ -19,7 +19,6 @@ LICENSE_PERMS_CCbySA= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||
LIB_DEPENDS= libclanCore.so:${PORTSDIR}/devel/clanlib1 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -29,7 +28,7 @@ USE_GNOME= pygtk2
|
|||
USE_XORG= xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice
|
||||
USE_GL= gl glu
|
||||
USE_SDL= sdl gfx
|
||||
USES= autoreconf pkgconfig iconv shebangfix gmake
|
||||
USES= autoreconf gmake iconv jpeg pkgconfig shebangfix
|
||||
SHEBANG_FILES= openalchemist-config
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog README TODO
|
||||
|
|
|
@ -16,12 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libogg.so:${PORTSDIR}/audio/libogg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USES= compiler:c++11-lib cmake desktop-file-utils iconv pkgconfig tar:bzip2
|
||||
USES= compiler:c++11-lib cmake desktop-file-utils iconv jpeg pkgconfig tar:bzip2
|
||||
USE_GL= glew
|
||||
USE_GNOME= gtk20
|
||||
USE_SDL= sdl mixer
|
||||
|
|
|
@ -10,9 +10,9 @@ MASTER_SITES= SF
|
|||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Clone of the classic game Missile Command
|
||||
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= jpeg
|
||||
USE_SDL= mixer image sdl
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -36,8 +36,8 @@ SDLGL_DESC= Build SDL OpenGL renderer
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGLX} || ${PORT_OPTIONS:MSDLGL}
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png
|
||||
USES+= jpeg
|
||||
USE_GL= glu
|
||||
.endif
|
||||
|
||||
|
|
|
@ -62,8 +62,8 @@ PLIST_SUB+= GAME="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGL}
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png
|
||||
USES+= jpeg
|
||||
USE_GL= gl
|
||||
ALL_TARGET+= ref_newgl
|
||||
PLIST_SUB+= GL=""
|
||||
|
|
|
@ -72,7 +72,7 @@ PLIST_SUB+= GLX="@comment "
|
|||
|
||||
.if ${PORT_OPTIONS:MEYECANDY}
|
||||
DISTFILES+= maxpak.pak
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
USES+= jpeg
|
||||
USE_GL= glu
|
||||
MAKE_ARGS+= BUILD_QMAX=YES
|
||||
PLIST_SUB+= QMAX=""
|
||||
|
|
|
@ -42,8 +42,8 @@ SDLGL_DESC= Build SDL OpenGL renderer
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGLX} || ${PORT_OPTIONS:MSDLGL}
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
USES+= jpeg
|
||||
USE_GL= glu
|
||||
.endif
|
||||
|
||||
|
|
|
@ -63,9 +63,9 @@ PLIST_SUB+= ${mod}="@comment "
|
|||
.endfor
|
||||
|
||||
.if ${PORT_OPTIONS:MGLX} || ${PORT_OPTIONS:MSDLGL}
|
||||
USES+= jpeg
|
||||
USE_GL= glu
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSDL} || ${PORT_OPTIONS:MSDLGL}
|
||||
|
|
|
@ -62,10 +62,10 @@ PLIST_SUB+= GAME="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MREF_GL}
|
||||
USES+= jpeg
|
||||
USE_GL= gl
|
||||
USE_SDL= sdl
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png
|
||||
ALL_TARGET+= ref_gl
|
||||
PLIST_SUB+= REF_GL=""
|
||||
.else
|
||||
|
|
|
@ -15,7 +15,6 @@ LICENSE= GPLv2
|
|||
|
||||
LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libfftw3.so:${PORTSDIR}/math/fftw3 \
|
||||
libfftw3f.so:${PORTSDIR}/math/fftw3-float \
|
||||
|
@ -30,7 +29,7 @@ USE_SDL= mixer net sdl
|
|||
USE_WX= 2.8
|
||||
WX_CONF_ARGS= absolute
|
||||
WX_UNICODE= yes
|
||||
USES= autoreconf dos2unix gmake iconv openal:al,alut perl5 pkgconfig
|
||||
USES= autoreconf dos2unix gmake iconv jpeg openal:al,alut perl5 pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --datadir=${DATADIR}
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@ PLIST_SUB= LIBDIR=${LIBDIR:S/${PREFIX}\///}
|
|||
|
||||
.include "${.CURDIR}/../quake2-data/Makefile.include"
|
||||
|
||||
CLIENT_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
CLIENT_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
CLIENT_USES= jpeg
|
||||
CLIENT_USE= GL=yes
|
||||
CLIENT_USE= SDL=sdl
|
||||
CLIENT_MAKE_ENV= BUILD_CLIENT=YES
|
||||
|
|
|
@ -16,14 +16,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \
|
||||
libogg.so:${PORTSDIR}/audio/libogg \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
BROKEN_powerpc= does not configure on powerpc
|
||||
BROKEN_FreeBSD_8= does not build on 8.x
|
||||
|
||||
USES= alias cmake compiler:c++11-lib dos2unix gettext \
|
||||
gmake openal:al pkgconfig tar:xz
|
||||
gmake jpeg openal:al pkgconfig tar:xz
|
||||
USE_GL= gl glu
|
||||
USE_SDL= sdl
|
||||
USE_XORG= x11 xext sm ice
|
||||
|
|
|
@ -12,13 +12,12 @@ COMMENT= Shufflepuck Cafe Clone
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
|
||||
USE_SDL= sdl
|
||||
USES= gmake
|
||||
USES= gmake jpeg
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ MAINTAINER= m.tsatsenko@gmail.com
|
|||
COMMENT= Strategy game featuring tactical combat
|
||||
|
||||
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libtheora.so:${PORTSDIR}/multimedia/libtheora \
|
||||
|
@ -25,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/base/default.cfg:${PORTSDIR}/games/u
|
|||
USE_GL= yes
|
||||
USE_SDL= sdl image mixer ttf
|
||||
USE_CXXSTD= c++11
|
||||
USES= compiler:c++11-lang execinfo gettext gmake openal:soft pkgconfig \
|
||||
USES= compiler:c++11-lang execinfo gettext gmake jpeg openal:soft pkgconfig \
|
||||
python:build tar:bzip2
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-release --target-os=freebsd
|
||||
|
|
|
@ -12,10 +12,9 @@ COMMENT= Doom, Doom II, Heretic, Hexen, and Strife source port
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= cmake dos2unix tar:bzip2
|
||||
USES= cmake dos2unix jpeg tar:bzip2
|
||||
DOS2UNIX_REGEX= ((.*\.(c|cpp|h|s|asm|inc|vc|ls|acs|cfg|txt|vs|mak|mgw"))$$|\/(makefile\..*|makefile|Makefile)$$)
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
|
@ -69,7 +69,7 @@ ALL_TARGET+= ftlib
|
|||
. if ${PORT_OPTIONS:MREF_GL}
|
||||
USE_GL= gl
|
||||
USE_XORG+= xinerama
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
USES+= jpeg
|
||||
ALL_TARGET+= ref_gl
|
||||
. endif
|
||||
|
||||
|
|
|
@ -12,11 +12,11 @@ EXTRACT_SUFX= .tar.Z
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= X Windows Implementation of the Glk API
|
||||
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= jpeg
|
||||
USE_XORG= x11
|
||||
MAKE_ENV+= AR=${AR} RANLIB=${RANLIB} ECHO=${ECHO} RM=${RM:Q}
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ MAINTAINER= amdmi3@FreeBSD.org
|
|||
COMMENT= Challenging 2D motocross platform game
|
||||
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libxdg-basedir.so:${PORTSDIR}/x11/libxdg-basedir
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode
|
||||
|
@ -22,7 +21,7 @@ LICENSE= GPLv2 # or later
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake dos2unix lua:51
|
||||
USES= dos2unix gmake jpeg lua:51
|
||||
USE_GNOME= libxml2
|
||||
USE_SQLITE= 3
|
||||
USE_SDL= sdl mixer ttf net
|
||||
|
|
|
@ -12,12 +12,11 @@ MAINTAINER= amdmi3@FreeBSD.org
|
|||
COMMENT= Fast-paced, chaotic, and intense multiplayer first person shooter
|
||||
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
MANUAL_PACKAGE_BUILD= huge (930M)
|
||||
|
||||
USES= shebangfix zip:infozip
|
||||
USES= jpeg shebangfix zip:infozip
|
||||
SHEBANG_FILES= server/rcon.pl server/rcon2irc/rcon2irc.pl
|
||||
WRKSRC= ${WRKDIR}/Xonotic
|
||||
BUILD_WRKSRC= ${WRKSRC}/source/darkplaces
|
||||
|
|
|
@ -10,10 +10,8 @@ MASTER_SITES= http://www.bigorno.net/xrick/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Clone of Rick Dangerous
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
RESTRICTED= Copyright status of the graphics and sounds is uncertain
|
||||
USES= gmake tar:tgz
|
||||
USES= gmake jpeg tar:tgz
|
||||
USE_SDL= sdl
|
||||
|
||||
PLIST_FILES= bin/xrick man/man6/xrick.6.gz share/xrick/data.zip
|
||||
|
|
|
@ -14,7 +14,6 @@ COMMENT= Fast image processing tools based on ImageMagick
|
|||
|
||||
LIB_DEPENDS= libjbig.so:${PORTSDIR}/graphics/jbigkit \
|
||||
libjasper.so:${PORTSDIR}/graphics/jasper \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
|
@ -22,7 +21,7 @@ LIB_DEPENDS= libjbig.so:${PORTSDIR}/graphics/jbigkit \
|
|||
|
||||
PORTSCOUT= limit:^1\.3\.
|
||||
|
||||
USES= iconv libtool tar:bzip2
|
||||
USES= iconv jpeg libtool tar:bzip2
|
||||
USE_GNOME= libxml2
|
||||
USE_GHOSTSCRIPT=yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -194,7 +194,7 @@ PLIST_SUB+= DJVU="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MJPEG}
|
||||
LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
USES+= jpeg
|
||||
PLIST_SUB+= JPEG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-jpeg
|
||||
|
|
|
@ -13,14 +13,13 @@ COMMENT= Auto Adjust Photo, automatic color correction of photos
|
|||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= log69
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:openmp
|
||||
USES= compiler:openmp jpeg
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue