new depends with >=
This commit is contained in:
parent
9139a53b56
commit
d0c835778f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/15 23:22:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/26 07:20:11 espie Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
@ -25,7 +25,7 @@ LANGUAGES= ar_AR de_DE en_GB en_US fa_IR fr_FR hu_HU nl_NL \
|
||||
|
||||
EXTRACT_CASES= *.oxt) break;;
|
||||
|
||||
RUN_DEPENDS= openoffice->=3:editors/openoffice3
|
||||
RUN_DEPENDS= editors/openoffice3>=3
|
||||
|
||||
DIST_SUBDIR= ${NAME}-${V}
|
||||
NO_EXTRACT= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/11/15 23:22:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/11/26 07:20:11 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -47,7 +47,7 @@ WANTLIB += gstreamermm-0.10 gstcdda-0.10 gstnetbuffer-0.10 gstrtp-0.10
|
||||
|
||||
BUILD_DEPENDS= multimedia/gstreamer-0.10/plugins-good \
|
||||
devel/iso-codes
|
||||
LIB_DEPENDS= pcre->=6.4p2:devel/pcre \
|
||||
LIB_DEPENDS= devel/pcre>=6.4p2 \
|
||||
textproc/enchant \
|
||||
multimedia/gstreamer-0.10/mm \
|
||||
multimedia/gstreamer-0.10/plugins-base \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/11/16 11:23:25 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/11/26 07:20:11 espie Exp $
|
||||
|
||||
COMMENT= Night Stalker clone for X
|
||||
|
||||
@ -19,7 +19,7 @@ WANTLIB += SDL SDL_image SDL_mixer c m pthread stdc++ flatzebra-0.1>=1
|
||||
|
||||
MASTER_SITES= http://sarrazip.com/dev/
|
||||
|
||||
LIB_DEPENDS= flatzebra->=0.1.4:devel/flatzebra
|
||||
LIB_DEPENDS= devel/flatzebra>=0.1.4
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
|
||||
USE_GROFF = Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/16 11:23:25 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:20:11 espie Exp $
|
||||
|
||||
COMMENT= falling blocks puzzle game
|
||||
|
||||
@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
RUN_DEPENDS= pygame->=1.7:devel/pygame \
|
||||
RUN_DEPENDS= devel/pygame>=1.7 \
|
||||
math/py-Numeric
|
||||
|
||||
MODULES= lang/python
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/16 11:23:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/26 07:20:11 espie Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_PACKAGE_FTP= space constraints
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
RUN_DEPENDS= scummvm->=0.5.1:games/scummvm
|
||||
RUN_DEPENDS= games/scummvm>=0.5.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/bass
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/16 11:23:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/26 07:20:11 espie Exp $
|
||||
|
||||
COMMENT= clone of the classic Frog Bog game
|
||||
|
||||
@ -20,7 +20,7 @@ WANTLIB= SDL SDL_image SDL_mixer c m pthread stdc++ flatzebra-0.1>=1
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
LIB_DEPENDS= flatzebra->=0.1.4:devel/flatzebra
|
||||
LIB_DEPENDS= devel/flatzebra>=0.1.4
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2010/11/16 11:23:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
COMMENT= burgertime clone for X
|
||||
|
||||
@ -19,7 +19,7 @@ WANTLIB += SDL SDL_image SDL_mixer c m pthread stdc++ flatzebra-0.1>=1
|
||||
|
||||
MASTER_SITES= http://sarrazip.com/dev/
|
||||
|
||||
LIB_DEPENDS= flatzebra->=0.1.4:devel/flatzebra
|
||||
LIB_DEPENDS= devel/flatzebra>=0.1.4
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
|
||||
USE_GROFF = Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/16 11:23:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
COMMENT= additional games modules for childsplay
|
||||
|
||||
@ -22,7 +22,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=childsplay/}
|
||||
|
||||
MODULES= lang/python
|
||||
RUN_DEPENDS= childsplay->=0.84:games/childsplay
|
||||
RUN_DEPENDS= games/childsplay>=0.84
|
||||
|
||||
PKG_ARCH= *
|
||||
NO_BUILD= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/16 11:23:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
COMMENT= suite of educational games for young children
|
||||
|
||||
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=childsplay/}
|
||||
|
||||
MODULES= lang/python
|
||||
RUN_DEPENDS= pygame->=1.7:devel/pygame
|
||||
RUN_DEPENDS= devel/pygame>=1.7
|
||||
|
||||
PKG_ARCH= *
|
||||
NO_BUILD= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2010/11/16 11:23:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
COMMENT= astrosmash clone for X
|
||||
|
||||
@ -19,7 +19,7 @@ WANTLIB += SDL SDL_image SDL_mixer c m pthread stdc++ flatzebra-0.1>=1
|
||||
|
||||
MASTER_SITES= http://sarrazip.com/dev/
|
||||
|
||||
LIB_DEPENDS= flatzebra->=0.1.4:devel/flatzebra
|
||||
LIB_DEPENDS= devel/flatzebra>=0.1.4
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
|
||||
USE_GROFF = Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/16 11:23:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_PACKAGE_FTP= space constraints
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
RUN_DEPENDS= scummvm->=0.6.0:games/scummvm
|
||||
RUN_DEPENDS= games/scummvm>=0.6.0
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/fotaq
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/11/16 11:23:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
MULTI_PACKAGES= -main -themes
|
||||
|
||||
@ -41,7 +41,7 @@ MODULES= textproc/intltool \
|
||||
LIB_DEPENDS-main= ${MODGCONF2_LIB_DEPENDS} \
|
||||
x11/gnome/libgnome \
|
||||
x11/gnome/libgnomeui \
|
||||
esound->=0.2.38:audio/esound
|
||||
audio/esound>=0.2.38
|
||||
LIB_DEPENDS-themes=
|
||||
WANTLIB-themes=
|
||||
RUN_DEPENDS-main= ${RUN_DEPENDS} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/16 11:23:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
COMMENT = Gradius clone
|
||||
|
||||
@ -22,7 +22,7 @@ MODGHC_BUILD = cabal hackage nort
|
||||
LIB_DEPENDS = devel/gmp \
|
||||
graphics/freeglut
|
||||
BUILD_DEPENDS = graphics/hs-GLUT \
|
||||
hs-OpenGL->=2.0:graphics/hs-OpenGL
|
||||
graphics/hs-OpenGL>=2.0
|
||||
|
||||
|
||||
post-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/11/16 11:23:28 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
COMMENT = maze game resembling boulderdash
|
||||
|
||||
@ -21,7 +21,7 @@ MASTER_SITES = http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
|
||||
|
||||
LIB_DEPENDS = devel/sdl-mixer \
|
||||
devel/sdl-image \
|
||||
sdl-net->=1.2.7:devel/sdl-net
|
||||
devel/sdl-net>=1.2.7
|
||||
|
||||
USE_GMAKE = Yes
|
||||
MAKE_FLAGS = CC="${CC}" MAKE="${MAKE_PROGRAM}" X11_PATH="${X11BASE}" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/16 11:23:28 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
COMMENT = kart racing game with OSS mascots
|
||||
|
||||
@ -31,7 +31,7 @@ BUILD_DEPENDS = devel/plib
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
LIB_DEPENDS = devel/sdl \
|
||||
graphics/freeglut \
|
||||
openal->=0.0.8p7:audio/openal \
|
||||
audio/openal>=0.0.8p7 \
|
||||
audio/libvorbis
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/11/16 11:23:28 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
COMMENT= drawing program for children
|
||||
|
||||
@ -28,7 +28,7 @@ WANTLIB += paper utf8>=1 SDL_Pango fribidi
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= devel/sdl-image \
|
||||
devel/sdl-mixer \
|
||||
sdl-ttf->=2.0.8:devel/sdl-ttf \
|
||||
devel/sdl-ttf>=2.0.8 \
|
||||
x11/gnome/librsvg \
|
||||
print/libpaper \
|
||||
misc/libutf8 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/17 08:05:12 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/11/26 07:20:12 espie Exp $
|
||||
|
||||
COMMENT= Java interface to GeoIP database
|
||||
DISTNAME= jeoip-0.5
|
||||
@ -22,9 +22,9 @@ MODULES= java
|
||||
MODJAVA_VER= 1.5+
|
||||
MODJAVA_JRERUN= Yes
|
||||
BUILD_DEPENDS= devel/apache-ant>=1.6.1 \
|
||||
junit-3.8.2:java/junit
|
||||
java/junit=3.8.2
|
||||
REGRESS_DEPENDS= net/GeoIP \
|
||||
junit-3.8.2:java/junit
|
||||
java/junit=3.8.2
|
||||
RUN_DEPENDS= net/GeoIP\
|
||||
java/javaPathHelper
|
||||
MAKE_ENV= JAVA_HOME=${JAVA_HOME} \
|
||||
|
Loading…
Reference in New Issue
Block a user