This commit is contained in:
steven 2006-11-11 21:04:27 +00:00
parent 809eee2774
commit 87a90c296d
38 changed files with 82 additions and 39 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2006/10/28 10:30:41 espie Exp $
# $OpenBSD: Makefile,v 1.30 2006/11/11 21:04:27 steven Exp $
COMMENT= "MPEG2 and MPEG-4 AAC decoder"
COMMENT-xmms= "XMMS input plugin for AAC files"
@ -38,6 +38,7 @@ FLAVOR?=
MULTI_PACKAGES=
.if !${FLAVOR:L:Mno_xmms}
MULTI_PACKAGES+=-xmms
USE_X11= Yes
.endif
SUBPACKAGE?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2006/10/27 14:24:21 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2006/11/11 21:04:27 steven Exp $
COMMENT= "gnome music player client"
@ -27,6 +27,7 @@ MODULES= devel/gettext gcc3
MODGCC3_ARCHES= sparc
MODGCC3_LANGS= c
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2006/08/01 11:17:56 espie Exp $
# $OpenBSD: Makefile,v 1.39 2006/11/11 21:04:27 steven Exp $
COMMENT= "front-end to various audio players"
@ -22,6 +22,7 @@ RUN_DEPENDS+= :mpg321-*:audio/mpg321
LIB_DEPENDS= gdk_pixbuf.>=2::graphics/gdk-pixbuf
USE_X11= Yes
CONFIGURE_STYLE= gnu
AUTOCONF_VERSION= 2.52
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2006/09/18 11:40:06 espie Exp $
# $OpenBSD: Makefile,v 1.20 2006/11/11 21:04:27 steven Exp $
COMMENT= "front-end to external cd audio rippers and mp3 encoders"
@ -43,4 +43,6 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_X11= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2006/10/19 00:35:03 pvalchev Exp $
# $OpenBSD: Makefile,v 1.16 2006/11/11 21:04:27 steven Exp $
COMMENT= "curses-based mp3 player"
@ -19,6 +19,7 @@ LIB_DEPENDS= SDL::devel/sdl \
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ksmp3play/}
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2006/10/28 10:30:41 espie Exp $
# $OpenBSD: Makefile,v 1.30 2006/11/11 21:04:27 steven Exp $
COMMENT= "lame ain't an MP3 encoder"
@ -41,6 +41,7 @@ CONFIGURE_ARGS+= --disable-nasm
.endif
.if ${FLAVOR:L} != "no_x11"
USE_X11= Yes
CONFIGURE_ARGS+= --enable-mp3x \
--with-gtk-prefix=${LOCALBASE}
LIB_DEPENDS+= gtk.>=1.2,gdk.>=1.2::x11/gtk+

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2006/08/01 10:50:19 espie Exp $
# $OpenBSD: Makefile,v 1.14 2006/11/11 21:04:27 steven Exp $
SHARED_ONLY= Yes
@ -24,6 +24,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/}
LIB_DEPENDS= xmms.>=4::audio/xmms \
FLAC.>=7::audio/flac
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2006/08/01 12:13:28 espie Exp $
# $OpenBSD: Makefile,v 1.6 2006/11/11 21:04:27 steven Exp $
SHARED_ONLY= Yes
@ -27,6 +27,7 @@ LIB_DEPENDS= xmms.>=2::audio/xmms
MAKE_ENV= CC="${CC}"
NO_REGRESS= Yes
USE_X11= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmms-fmradio

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2006/08/01 16:20:46 espie Exp $
# $OpenBSD: Makefile,v 1.4 2006/11/11 21:04:27 steven Exp $
SHARED_ONLY= Yes
@ -23,6 +23,7 @@ LIB_DEPENDS= xmms.>=4::audio/xmms mad.>=2::audio/libmad \
WANTLIB= X11 Xext Xi m gdk glib gmodule gtk iconv intl
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2006/11/03 14:29:11 naddy Exp $
# $OpenBSD: Makefile,v 1.18 2006/11/11 21:04:27 steven Exp $
SHARED_ONLY= Yes
@ -24,6 +24,7 @@ LIB_DEPENDS= gthread.>=1.2::devel/glib
RUN_DEPENDS= ::audio/xmms
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2006/11/03 14:29:12 naddy Exp $
# $OpenBSD: Makefile,v 1.8 2006/11/11 21:04:27 steven Exp $
SHARED_ONLY= Yes
@ -24,6 +24,7 @@ LIB_DEPENDS= sidplay.>=1::audio/libsidplay
RUN_DEPENDS= ::audio/xmms
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-sidplay-prefix=${LOCALBASE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2006/08/01 12:13:29 espie Exp $
# $OpenBSD: Makefile,v 1.3 2006/11/11 21:04:27 steven Exp $
SHARED_ONLY= Yes
COMMENT= "Ogg Vorbis input plugin for XMMS using tremor"
@ -18,6 +18,7 @@ LIB_DEPENDS= vorbisidec.>=1::audio/tremor \
WANTLIB= X11 Xext Xi gdk glib gmodule gtk iconv intl m
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2006/08/01 12:13:29 espie Exp $
# $OpenBSD: Makefile,v 1.5 2006/11/11 21:04:27 steven Exp $
SHARED_ONLY= Yes
@ -22,6 +22,7 @@ WANTLIB= X11 Xext Xi m gdk glib gmodule gtk iconv intl
MAKE_FLAGS= CC="${CC}" OPT="${CFLAGS}" DEBUG=""
NO_REGRESS= Yes
USE_X11= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/xmms/General

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2006/10/28 11:19:20 espie Exp $
# $OpenBSD: Makefile,v 1.9 2006/11/11 21:04:27 steven Exp $
COMMENT= "tools to talk to GSM cellular phones"
@ -37,6 +37,7 @@ CONFIGURE_ARGS= --enable-security \
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+= --without-x
.else
USE_X11= Yes
CONFIGURE_ARGS+= --with-x
WANTLIB+= X11 Xext Xpm Xrender fontconfig freetype z \
iconv intl m pthread atk-1.0.>=800.0 glib-2.0.>=400.8 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2006/08/01 22:46:16 espie Exp $
# $OpenBSD: Makefile,v 1.10 2006/11/11 21:04:27 steven Exp $
COMMENT= "convert various Microsoft formats into HTML/PNG"
@ -21,7 +21,8 @@ LIB_DEPENDS= wmf.>=6,wmflite.>=6::graphics/libwmf \
Magick.>=5::graphics/ImageMagick \
glib.>=1::devel/glib
USE_GMAKE= Yes
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --enable-static
CONFIGURE_ARGS+= --with-png=${LOCALBASE} --with-exporter \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2006/09/18 11:40:07 espie Exp $
# $OpenBSD: Makefile,v 1.21 2006/11/11 21:04:27 steven Exp $
COMMENT= "GTK-based LDAP client"
@ -30,6 +30,7 @@ LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
ldap.>=7,lber.>=7::databases/openldap \
xml2::textproc/libxml
USE_X11= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.57
CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2006/10/28 11:19:20 espie Exp $
# $OpenBSD: Makefile,v 1.6 2006/11/11 21:04:27 steven Exp $
COMMENT= "read microsoft Access MDB"
COMMENT-gmdb= "graphical interface to MDB tools"
@ -24,6 +24,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2005/06/28 19:31:56 aanriot Exp $
# $OpenBSD: Makefile,v 1.41 2006/11/11 21:04:27 steven Exp $
COMMENT= "Data Display Debugger, graphical front-end for GDB, etc"
@ -24,6 +24,7 @@ REGRESS_FLAGS+= "DISPLAY=$${DISPLAY}" "HOME=$${HOME}"
VMEM_WARNING= Yes
USE_MOTIF= any
USE_GMAKE= Yes
USE_X11= Yes
CONFIGURE_STYLE=gnu autoconf no-autoheader
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
AUTOCONF_VERSION=2.59

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2006/10/28 11:19:20 espie Exp $
# $OpenBSD: Makefile,v 1.10 2006/11/11 21:04:27 steven Exp $
COMMENT='C++ toolkit for GUI'
CATEGORIES=devel
@ -30,6 +30,7 @@ PERMIT_DISTFILES_CDROM=Yes
PERMIT_PACKAGE_FTP=Yes
PERMIT_PACKAGE_CDROM=Yes
USE_LIBTOOL= Yes
USE_X11= Yes
WANTLIB= GL GLU X11 Xext c m stdc++ z pthread
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2006/10/28 11:19:20 espie Exp $
# $OpenBSD: Makefile,v 1.25 2006/11/11 21:04:27 steven Exp $
COMMENT= "configuration database system written for GNOME"
@ -30,6 +30,7 @@ WANTLIB= IIOP ORBit ORBitCosNaming ORBitutil \
DEFAULT_GCONF_SOURCE= xml::/var/db/gconf/gconf.xml.defaults
USE_X11= Yes
USE_LIBTOOL= Yes
SEPARATE_BUILD= concurrent
AUTOCONF_VERSION= 2.52

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2006/03/20 14:40:24 kurt Exp $
# $OpenBSD: Makefile,v 1.20 2006/11/11 21:04:27 steven Exp $
# $FreeBSD: ports/java/jdk12/Makefile,v 1.11 2002/08/19 20:47:04 glewis Exp $
ONLY_FOR_ARCHS= arm i386 powerpc sparc
@ -39,6 +39,7 @@ RUN_DEPENDS= :zip-*:archivers/zip \
:ghostscript-fonts-*:print/ghostscript/gnu-fonts
USE_MOTIF= openmotif
USE_X11= Yes
USE_GMAKE= Yes
TAR= ${LOCALBASE}/bin/gtar

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2006/10/31 19:48:12 kurt Exp $
# $OpenBSD: Makefile,v 1.17 2006/11/11 21:04:27 steven Exp $
# $FreeBSD: /repoman/r/pcvs/ports/java/jdk14/Makefile,v 1.79 2004/08/18 07:06:03 glewis Exp $
ONLY_FOR_ARCHS= i386
@ -42,6 +42,7 @@ LIB_DEPENDS= iodbc.>=2::databases/iodbc
USE_MOTIF= openmotif
WANTLIB= X11 Xext Xi Xm Xmu Xp Xt Xtst c m ossaudio pthread z
USE_X11= Yes
USE_GMAKE= Yes
TAR= ${LOCALBASE}/bin/gtar

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2006/10/03 13:36:28 kurt Exp $
# $OpenBSD: Makefile,v 1.26 2006/11/11 21:04:27 steven Exp $
ONLY_FOR_ARCHS= amd64 i386
@ -45,6 +45,7 @@ WANTLIB= X11 Xext Xi Xp Xt Xtst c m ossaudio pthread stdc++ z
WANTLIB+= Xmu
.endif
USE_X11= Yes
USE_GMAKE= Yes
TAR= ${LOCALBASE}/bin/gtar

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2006/10/31 10:07:43 espie Exp $
# $OpenBSD: Makefile,v 1.30 2006/11/11 21:04:27 steven Exp $
COMMENT= "portable library for obtaining system information"
@ -37,6 +37,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MODULES= devel/gettext
LIB_DEPENDS= glib.>=1.2::devel/glib
USE_LIBTOOL= Yes
USE_X11= Yes
.if ${FLAVOR:L:Mgnome}
LIB_DEPENDS+= gnomesupport::x11/gnome/libs

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2006/09/18 11:50:39 espie Exp $
# $OpenBSD: Makefile,v 1.11 2006/11/11 21:04:27 steven Exp $
COMMENT= "library for handling pseudo terminals"
@ -29,6 +29,7 @@ LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
MODULES= devel/gettext
USE_X11= Yes
USE_LIBTOOL= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2006/10/19 00:35:04 pvalchev Exp $
# $OpenBSD: Makefile,v 1.16 2006/11/11 21:04:27 steven Exp $
SHARED_ONLY= Yes
@ -26,6 +26,8 @@ LIB_DEPENDS= SDL_ttf::devel/sdl-ttf \
SDL_image::devel/sdl-image \
SDL_mixer::devel/sdl-mixer
USE_X11= Yes
MAKE_ENV+= LOCALBASE="${LOCALBASE}" \
SDL_CONFIG="${LOCALBASE}/bin/sdl-config"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2006/08/31 06:14:29 sturm Exp $
# $OpenBSD: Makefile,v 1.9 2006/11/11 21:04:27 steven Exp $
COMMENT= "library that handles the decoding of sound file formats"
DISTNAME= SDL_sound-1.0.1
@ -26,6 +26,7 @@ LIB_DEPENDS+= physfs::devel/physfs \
FLAC.>=5.2::audio/flac \
speex.>=2.2::audio/speex
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--disable-modplug

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2006/09/18 11:50:39 espie Exp $
# $OpenBSD: Makefile,v 1.15 2006/11/11 21:04:27 steven Exp $
COMMENT= "terminal emulatation library"
@ -28,6 +28,7 @@ LIB_DEPENDS= gdk-x11-2.0.>=0.8,gdk_pixbuf-2.0.>=0.8,gtk-x11-2.0.>=0.8::x11/gtk+
MODULES= devel/gettext
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.58 2006/09/18 11:50:39 espie Exp $
# $OpenBSD: Makefile,v 1.59 2006/11/11 21:04:27 steven Exp $
COMMENT= "free cross-platform WYSIWYG word processor"
@ -33,6 +33,7 @@ WANTLIB= ICE SM X11 Xext Xft Xrender art_lgpl_2 atk-1.0 c \
MASTER_SITES= ${HOMEPAGE}/downloads/abiword/${VERSION}/source/
USE_GMAKE= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-gucharmap --disable-enchant --without-pspell

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2006/08/01 23:39:08 espie Exp $
# $OpenBSD: Makefile,v 1.9 2006/11/11 21:04:27 steven Exp $
COMMENT= "lightweight Gtk text editor with syntax highlighting"
DISTNAME= beaver-0.2.7
@ -17,6 +17,7 @@ WANTLIB= X11 Xext Xi c glib gmodule iconv intl m
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+
USE_X11= Yes
USE_GMAKE= Yes
MAKE_FLAGS= CC="${CC}" OPTI="${CFLAGS}"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2006/11/04 19:19:15 kili Exp $
# $OpenBSD: Makefile,v 1.32 2006/11/11 21:04:27 steven Exp $
# $FreeBSD: Makefile,v 1.10 1998/03/28 14:36:34 steve Exp $
COMMENT= "X11/Motif GUI text editor"
@ -20,6 +20,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xp Xpm Xt c m
USE_X11= Yes
USE_MOTIF= Any
ALL_TARGET= openbsd

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2006/08/01 23:39:08 espie Exp $
# $OpenBSD: Makefile,v 1.15 2006/11/11 21:04:27 steven Exp $
COMMENT= "X11 based RTF editor"
@ -23,6 +23,7 @@ LIB_DEPENDS= png.>=2.::graphics/png \
jpeg.>=62::graphics/jpeg \
tiff.>=35::graphics/tiff
USE_X11= Yes
USE_MOTIF= openmotif
ALL_TARGET= compile.shared
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.73 2006/10/26 16:34:26 ckuethe Exp $
# $OpenBSD: Makefile,v 1.74 2006/11/11 21:04:27 steven Exp $
COMMENT= "vi clone, many additional features"
COMMENT-lang= "vi clone, NLS subpackage"
@ -94,10 +94,12 @@ CONFIGURE_ARGS+=--disable-gui --without-x
CONFIGURE_ARGS+=--enable-gui="motif" --with-x --enable-fontset --enable-xim
CONFIGURE_ENV+= MOTIFHOME=${X11BASE}
USE_MOTIF= any
USE_X11= Yes
WANTLIB+= ICE SM X11 Xext Xmu Xpm Xt
.elif ${FLAVOR:L:Mathena} && \
!${FLAVOR:L:Mno_x11} && !${FLAVOR:L:Mmotif} && !${FLAVOR:L:Mgtk2}
CONFIGURE_ARGS+=--enable-gui="athena" --with-x --enable-fontset --enable-xim
USE_X11= Yes
WANTLIB+= ICE SM X11 Xaw Xext Xmu Xpm Xt
.elif ${FLAVOR:L:Mgtk2} && \
!${FLAVOR:L:Mmotif} && !${FLAVOR:L:Mno_x11} && !${FLAVOR:L:Mathena}
@ -106,6 +108,7 @@ CC+= -pthread
LIB_DEPENDS+= gdk-x11-2.0.>=0.11,gdk_pixbuf-2.0.>=0.11,gtk-x11-2.0.>=0.11::x11/gtk+2
BUILD_DEPENDS+= :pkgconfig-*:devel/pkgconfig
CONFIGURE_ARGS+=--enable-gui="gtk2" --with-x --enable-fontset --enable-xim --disable-gtk-check --enable-gtk2-check
USE_X11= Yes
WANTLIB+= ICE SM X11 Xext Xrender Xt fontconfig freetype m z\
atk-1.0 glib-2.0 gmodule-2.0 gobject-2.0 png\
pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo pthread glitz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2006/07/17 16:45:41 espie Exp $
# $OpenBSD: Makefile,v 1.22 2006/11/11 21:04:27 steven Exp $
COMMENT= "powerful programming editor"
@ -24,6 +24,7 @@ MAKE_FLAGS= CFLAGS='${CFLAGS} -I${X11BASE}/include'
FAKE_FLAGS= ${MAKE_FLAGS} prefix=${WRKINST}${PREFIX} MANDIR=${WRKINST}${PREFIX}/man
#SEPARATE_BUILD= simple
USE_X11= Yes
NO_REGRESS= Yes
post-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2006/08/02 09:36:20 espie Exp $
# $OpenBSD: Makefile,v 1.3 2006/11/11 21:04:28 steven Exp $
# XXX hardcoded endian list
COMMENT= "sega genesis emulator"
@ -22,6 +22,7 @@ LIB_DEPENDS+= bz2.>=10::archivers/bzip2 \
WANTLIB= ICE SM X11 Xext c m pthread usbhid z
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--with-sdl --with-sdl-audio --without-gcc
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2006/11/09 07:01:47 kevlo Exp $
# $OpenBSD: Makefile,v 1.13 2006/11/11 21:04:28 steven Exp $
COMMENT= "MIPS R2000/R3000 simulator"
@ -24,6 +24,8 @@ XMKMF= xmkmf
FAKE_FLAGS= PREFIX="${PREFIX}"
USE_X11= Yes
do-build:
(cd ${WRKSRC}/spim; ./Configure && ${MAKE})
(cd ${WRKSRC}/xspim; ${XMKMF} && ${MAKE})

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2006/08/02 09:36:20 espie Exp $
# $OpenBSD: Makefile,v 1.5 2006/11/11 21:04:28 steven Exp $
COMMENT= "Atari 2600 VCS emulator"
@ -25,6 +25,7 @@ CXXFLAGS+= -I${LOCALBASE}/include/libpng \
-I${X11BASE}/include
CONFIGURE_STYLE= simple
CONFIGURE_ARGS+= --disable-gl
USE_X11= Yes
USE_GMAKE= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2004/11/27 10:39:14 espie Exp $
# $OpenBSD: Makefile,v 1.16 2006/11/11 21:04:28 steven Exp $
#
COMMENT= "HP48sx emulator"
@ -19,6 +19,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/emulators/}
CONFIGURE_STYLE= imake noman
NO_REGRESS= Yes
USE_X11= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/x48