# Created by: Yukihiro Nakai # $FreeBSD$ PORTNAME= darcnes PORTVERSION= 9b0401 PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= http://www.dridus.com/~nyef/darcnes/download/ \ LOCAL/grembo DISTNAME= dn${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= multi-system emulator NO_CDROM= Commercial use is restricted WRKSRC= ${WRKDIR}/${PORTNAME} WANT_GNOME= yes USES= gmake tar:tgz MAKE_ARGS= CC="${CC}" TARGET_CC="${CC}" CXX="${CXX}" TARGET_CXX="${CXX}" \ AS="${AS}" TARGET_AS="${CC}" LD="${LD}" TARGET_LD="${CC}" OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= X11 GTK1 SVGALIB OPTIONS_DEFAULT=X11 BACKEND_DESC= GUI backend .include .if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM) MAKE_ARGS+= C_ONLY=-DC_ONLY .else MAKE_ARGS+= MACH_TYPES=-DMACH_TYPES=\\\"types-i386.h\\\" .endif .if ${PORT_OPTIONS:MGTK1} USE_GNOME= gtk12 MAKE_ARGS+= TARGET=Linux_GTK PKGNAMESUFFIX= -gtk .endif .if ${PORT_OPTIONS:MSVGALIB} LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib MAKE_ARGS+= TARGET=Linux_svgalib PKGNAMESUFFIX= -svgalib .endif .if ${PORT_OPTIONS:MX11} USE_XORG= x11 xaw xext xmu xt .endif post-patch: @${CP} ${FILESDIR}/endian.h ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR} .include e='cinnamon'>cinnamon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update evolution suite to 3.16.5.kwm2015-09-052-4/+4
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-064-1456/+1517
* Remove USES=compiler:c++11-lib from mail/evolution. While it fixestruckman2015-04-301-6/+1
* Fix the backup/restore feature of evolution.kwm2015-04-082-0/+34
* Update the Gnome stack to the latest in the 3.14 series.kwm2015-03-273-4/+18
* Evolution needs gnome-keyring for password management.kwm2015-01-181-1/+3
* Update evolution suite to 3.12.10.kwm2015-01-162-3/+10
* Update cinnamon to 2.4, this should fix [1] and [2].kwm2014-12-312-3/+3
* Update GNOME to 3.14.2.kwm2014-12-033-4/+234
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-199-2079/+4697
* Delete calls to g_thread_init. It isn't needed with glib 2.32 and uptijl2014-09-031-0/+6
* Rename mail/ patch-xy patches to reflect the files they modify.adamw2014-07-291-0/+0
* net/openldap24-*:tijl2014-07-251-1/+1
* Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always worktijl2014-07-231-8/+0
* Bump more ports that depend on libsqlite3.so:tijl2014-07-051-1/+1
* Add 4 new sed commands to USES=libtool. The first two apply some of thetijl2014-06-221-0/+8
* Catch up with libxml2 api breakage in 2.9.xkwm2014-05-182-1/+44
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-131-1/+1
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-3/+3
* add missing symlinks to the packagebapt2014-04-121-0/+24
* Support stagebapt2014-04-122-73/+12
* Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name ofadamw2014-03-121-1/+1
* Update to 1.0.kwm2014-01-131-1/+1
* - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-221-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Add en explicit dependency on pkgconfbapt2013-09-031-2/+1
* Convert to USES=desktop-file-utils, bump portrevision because there wasn't anykwm2013-06-061-4/+4
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-191-9/+10
* Convert USE_BISON to USES= bisonbapt2013-03-081-2/+2
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-11/+8
* Fix typos in COMMENTcs2012-07-281-1/+1
* - update png to 1.5.10dinoex2012-06-011-1/+1
* Add specific shared library version in the LIB_DEPENDS for krb5, krb5.26.mezz2012-04-271-1/+1
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ...kwm2011-08-244-3/+40
* Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.kwm2011-07-301-0/+1
* Chase after net/openldap24-server update.delphij2011-02-251-0/+1
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-11-204-76/+487
* Update to 2.30.3.marcus2010-08-153-16/+4
* Presenting GNOME 2.30.2. for FreeBSD.kwm2010-07-263-8/+12
* Convert LDCONFIG_DIRS to USE_LDCONFIG.makc2010-06-091-4/+1
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-31