more WANTLIB

This commit is contained in:
espie 2010-11-08 18:14:21 +00:00
parent 454368f0f1
commit 7498c6cc01
12 changed files with 79 additions and 67 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2010/10/24 21:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/08 18:14:21 espie Exp $
COMMENT= zombies clone
VERSION= 1.0.0
DISTNAME= sdlzombies-${VERSION}
PKGNAME= ${DISTNAME}p0
REVISION = 0
CATEGORIES= games x11
HOMEPAGE= http://hocwp.free.fr/sdlzombies.html
@ -15,12 +15,13 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL X11 Xext c m pthread pthread-stubs usbhid xcb
WANTLIB= SDL X11 Xext c m pthread pthread-stubs usbhid xcb \
SDL_image SDL_mixer
MASTER_SITES= http://hocwp.free.fr/
LIB_DEPENDS= SDL_image::devel/sdl-image \
SDL_mixer::devel/sdl-mixer
LIB_DEPENDS= ::devel/sdl-image \
::devel/sdl-mixer
CONFIGURE_STYLE= gnu

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2010/10/24 21:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2010/11/08 18:14:21 espie Exp $
COMMENT = overhead shooting game
V = 1.30
DISTNAME = orbital_eunuchs_sniper-${V}
PKGNAME = snipe2d-${V}p0
PKGNAME = snipe2d-${V}
REVISION = 0
CATEGORIES = games
@ -18,12 +19,12 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += SDL c m pthread stdc++
WANTLIB += SDL c m pthread stdc++ SDL_image.>=2 SDL_mixer.>=3
MASTER_SITES = http://icculus.org/oes/
LIB_DEPENDS = SDL_image.>=2::devel/sdl-image \
SDL_mixer.>=3::devel/sdl-mixer
LIB_DEPENDS = ::devel/sdl-image \
::devel/sdl-mixer
CONFIGURE_STYLE = gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/10/24 21:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/08 18:14:21 espie Exp $
COMMENT= sudoku puzzle solver with cli, gui, and web ui
@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= Xt c crypto iconv m pthread z
WANTLIB= Xt c crypto iconv m pthread z fcgi
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
@ -24,7 +24,7 @@ USE_MOTIF= OpenMotif
MODULES= devel/gettext
BUILD_DEPENDS= ::www/clearsilver
LIB_DEPENDS= fcgi::www/fcgi
LIB_DEPENDS= ::www/fcgi
MAKE_ENV= LDADD=-lm

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/06 17:58:55 simon Exp $
# $OpenBSD: Makefile,v 1.2 2010/11/08 18:14:21 espie Exp $
COMMENT= tetrinet server
@ -17,9 +17,9 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
WANTLIB= c adns
LIB_DEPENDS= adns::net/adns
LIB_DEPENDS= ::net/adns
WRKSRC= ${WRKDIST}/src

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2010/10/24 21:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2010/11/08 18:14:21 espie Exp $
COMMENT= Nebulous rewrite of Tower Toppler
DISTNAME= toppler-1.1.3
PKGNAME= ${DISTNAME}p2
REVISION = 2
CATEGORIES= games
HOMEPAGE= http://toppler.sourceforge.net/
@ -14,11 +14,11 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL X11 Xau Xdmcp Xext Xrandr Xrender c m \
mikmod ogg pthread pthread-stubs smpeg sndio stdc++ \
usbhid vorbis vorbisfile xcb z
usbhid vorbis vorbisfile xcb z SDL_mixer
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer
LIB_DEPENDS= ::devel/sdl-mixer
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
MODULES= devel/gettext

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2010/10/24 21:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/08 18:14:21 espie Exp $
COMMENT= graphical tetris clone
DISTNAME= Tutris-1.0.1
PKGNAME= ${DISTNAME:L}p1
PKGNAME = ${DISTNAME:L}
REVISION = 1
CATEGORIES= games x11
# GPL
@ -10,9 +11,10 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL X11 Xext c m pthread pthread-stubs stdc++ usbhid xcb
WANTLIB= SDL X11 Xext c m pthread pthread-stubs stdc++ usbhid xcb \
SDL_image
LIB_DEPENDS= SDL_image::devel/sdl-image
LIB_DEPENDS= ::devel/sdl-image
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/10/24 21:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/08 18:14:21 espie Exp $
COMMENT= drawing program for children
@ -22,16 +22,18 @@ WANTLIB += SDL X11 Xau Xdmcp Xrender c cairo expat fontconfig
WANTLIB += freetype gdk_pixbuf-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 m pixman-1 png pthread pthread-stubs xcb
WANTLIB += z gio-2.0 gthread-2.0 xcb-render xcb-render-util
WANTLIB += SDL_image.>=2 SDL_mixer.>=3 SDL_ttf.>=7 rsvg-2.>=18
WANTLIB += paper utf8.>=1 SDL_Pango fribidi
MODULES= devel/gettext
LIB_DEPENDS= SDL_image.>=2::devel/sdl-image \
SDL_mixer.>=3::devel/sdl-mixer \
SDL_ttf.>=7:sdl-ttf->=2.0.8:devel/sdl-ttf \
rsvg-2.>=18::x11/gnome/librsvg \
paper::print/libpaper \
utf8.>=1::misc/libutf8 \
SDL_Pango::devel/sdl-pango \
fribidi::devel/fribidi
LIB_DEPENDS= ::devel/sdl-image \
::devel/sdl-mixer \
:sdl-ttf->=2.0.8:devel/sdl-ttf \
::x11/gnome/librsvg \
::print/libpaper \
::misc/libutf8 \
::devel/sdl-pango \
::devel/fribidi
RUN_DEPENDS= ::graphics/netpbm \
:desktop-file-utils-*:devel/desktop-file-utils

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2010/10/24 21:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2010/11/08 18:14:21 espie Exp $
COMMENT-main= ur-quan masters: sdl port of star control 2; multiplayer
COMMENT-content= ur-quan masters: game content
@ -22,7 +22,8 @@ DISTFILES= ${PDIST} ${CDIST}
SUPDISTFILES= ${MDIST} ${VDIST} ${RM1DIST} ${RM2DIST} ${RM3DIST}
DIST_SUBDIR= uqm
CATEGORIES= games x11
PKGNAME-main= uqm-0.6.2p1
PKGNAME-main= uqm-0.6.2
REVISION-main = 1
PKGNAME-content= uqm-content-${VER}
PKGNAME-remix1= uqm-remix1-${VER}
PKGNAME-remix2= uqm-remix2-${VER}
@ -40,9 +41,9 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS-main= mikmod.>=2.4::audio/libmikmod \
vorbisidec.>=1::audio/tremor \
SDL_image::devel/sdl-image
LIB_DEPENDS-main= ::audio/libmikmod \
::audio/tremor \
::devel/sdl-image
PKG_ARCH-content= *
PKG_ARCH-remix1= *
PKG_ARCH-remix2= *
@ -52,7 +53,8 @@ PKG_ARCH-voice= *
RUN_DEPENDS= :${PKGNAME-main}:games/uqm
RUN_DEPENDS-content=
RUN_DEPENDS-main= :${PKGNAME-content}:games/uqm,-content
WANTLIB-main= c m pthread z SDL
WANTLIB-main= c m pthread z SDL mikmod.>=2.4 vorbisidec.>=1 \
SDL_image
NO_REGRESS= Yes
USE_GMAKE= Yes

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2010/10/24 21:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.11 2010/11/08 18:14:21 espie Exp $
COMMENT= vector-based, pretty, Asteroids clone
VERSION= 1.1.0
DISTNAME= vectoroids-${VERSION}
PKGNAME= ${DISTNAME}p0
REVISION = 0
CATEGORIES= games x11
HOMEPAGE= http://www.newbreedsoftware.com/vectoroids/
@ -15,13 +15,14 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c m pthread pthread-stubs usbhid xcb
WANTLIB= X11 Xext c m pthread pthread-stubs usbhid xcb \
SDL SDL_mixer SDL_image
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/vectoroids/src/
LIB_DEPENDS= SDL::devel/sdl \
SDL_mixer::devel/sdl-mixer \
SDL_image::devel/sdl-image
LIB_DEPENDS= ::devel/sdl \
::devel/sdl-mixer \
::devel/sdl-image
USE_GMAKE= Yes
NO_REGRESS= Yes

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2010/10/24 21:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/08 18:14:21 espie Exp $
COMMENT= combine pipes to lead water from the house to the tank
DISTNAME= vodovod-1.10-src
PKGNAME= vodovod-1.10p1
PKGNAME= vodovod-1.10
REVISION = 1
CATEGORIES= games
HOMEPAGE= http://home.gna.org/vodovod/
@ -16,12 +17,12 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL c m pthread stdc++
WANTLIB= SDL c m pthread stdc++ SDL_image SDL_mixer
MASTER_SITES= http://download.gna.org/vodovod/
LIB_DEPENDS= SDL_image::devel/sdl-image \
SDL_mixer::devel/sdl-mixer
LIB_DEPENDS= ::devel/sdl-image \
::devel/sdl-mixer
MAKE_ENV+= CC="${CXX}" CCFLAGS="${CXXFLAGS}" \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/10/24 21:19:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/08 18:14:21 espie Exp $
COMMENT= 3d realtime strategy on a future earth
DISTNAME= warzone2100-2.0.7
PKGNAME= ${DISTNAME}p2
REVISION = 2
CATEGORIES= games
EXTRACT_SUFX= .tar.bz2
@ -17,17 +17,18 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= GL GLU SDL X11 Xext c m ogg pthread pthread-stubs \
sndio usbhid xcb z
sndio usbhid xcb z SDL_net.>=1 physfs.>=1 openal.>=1 \
vorbis.>=5 vorbisfile.>=4 mad.>=2 jpeg.>=62 png.>=5
MASTER_SITES= http://download.gna.org/warzone/releases/2.0/
LIB_DEPENDS= SDL_net.>=1::devel/sdl-net \
physfs.>=1::devel/physfs \
openal.>=1::audio/openal \
vorbis.>=5,vorbisfile.>=4::audio/libvorbis \
mad.>=2::audio/libmad \
jpeg.>=62::graphics/jpeg \
png.>=5::graphics/png
LIB_DEPENDS= ::devel/sdl-net \
::devel/physfs \
::audio/openal \
::audio/libvorbis \
::audio/libmad \
::graphics/jpeg \
::graphics/png
BUILD_DEPENDS= ::devel/bison \
::archivers/unzip \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/10/24 21:19:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.9 2010/11/08 18:14:21 espie Exp $
COMMENT= economic and military simulation game
@ -19,13 +19,14 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= SDL c m png pthread stdc++ z
WANTLIB= SDL c m png pthread stdc++ z SDL_gfx SDL_image SDL_mixer \
SDL_net SDL_ttf
LIB_DEPENDS= SDL_gfx::devel/sdl-gfx \
SDL_image::devel/sdl-image \
SDL_mixer::devel/sdl-mixer \
SDL_net::devel/sdl-net \
SDL_ttf::devel/sdl-ttf
LIB_DEPENDS= ::devel/sdl-gfx \
::devel/sdl-image \
::devel/sdl-mixer \
::devel/sdl-net \
::devel/sdl-ttf
MODULES= devel/gettext \
devel/scons \