# $OpenBSD: Makefile,v 1.38 2009/08/10 06:31:09 kili Exp $ SHARED_ONLY = Yes ONLY_FOR_ARCHS = i386 amd64 COMMENT = wine enables you to run windows binaries DISTNAME = wine-1.1.21 PKGNAME = ${DISTNAME}p0 SHARED_LIBS = wine 0.0 CATEGORIES = x11 emulators HOMEPAGE = http://winehq.org/ MAINTAINER = Ariane van der Steldt # LGPLv2.1+ PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes WANTLIB = c m z pthread ssl GL GLU crypto ossaudio ncurses \ ICE SM X11 Xext Xpm Xxf86dga Xxf86vm gphoto2 \ gphoto2_port jpeg lcms png sane xslt iconv drm \ pthread-stubs xcb MASTER_SITES = http://ibiblio.org/pub/linux/system/emulators/wine/ \ http://prdownloads.sourceforge.net/wine/ EXTRACT_SUFX = .tar.bz2 BUILD_DEPENDS = :bison-*:devel/bison LIB_DEPENDS = xslt.>=3::textproc/libxslt \ jpeg.>=62::graphics/jpeg \ png.>=4::graphics/png \ gphoto2.>=2,gphoto2_port.>=5::graphics/libgphoto2 \ sane.>=1::graphics/sane-backends \ lcms.>=1::graphics/lcms \ iconv.>=1::converters/libiconv RUN_DEPENDS = ::devel/desktop-file-utils USE_X11 = Yes USE_GMAKE = Yes USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu autoconf CPPFLAGS = -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libpng \ -I${X11BASE}/include LDFLAGS = -L${LOCALBASE}/lib \ -L${X11BASE}/lib \ -lz -lm -lcrypto -liconv -pthread X_EXTRA_LIBS = -L${X11BASE}/lib \ -lXau -lXdmcp -ldrm -lGL -lGLU -lXxf86vm -lXdamage CONFIGURE_ENV = CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ X_EXTRA_LIBS="${X_EXTRA_LIBS}" # User configuration dir for regress. MAKE_ENV = WINEPREFIX="${WRKBUILD}/.wine" CONFIGURE_ARGS += --without-alsa \ --without-audioio \ --without-capi \ --without-coreaudio \ --without-cups \ --without-gnutls \ --without-hal \ --without-jack \ --without-ldap \ --without-nas \ --without-xml AUTOCONF_VERSION = 2.62 FLAVORS = cups esd FLAVOR ?= .if ${FLAVOR:L:Mcups} CONFIGURE_ARGS += --with-cups .else CONFIGURE_ARGS += --without-cups .endif .if ${FLAVOR:L:Mesd} CONFIGURE_ARGS += --with-esd LIB_DEPENDS = esd.>=2::sound/esound .else CONFIGURE_ARGS += --without-esd .endif .if ${MACHINE_ARCH} == "amd64" CONFIGURE_ARGS += --enable-win64 .endif post-configure: cd ${WRKSRC} && ${MAKE} depend .include