summaryrefslogtreecommitdiff
path: root/emulators/xbeeb/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-06-01Install fonts into default installation path. Bump PKGREVISION.wiz1-7/+6
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-18Don't explicitly run mkfontdir.joerg1-2/+1
2012-04-07Fix tool usage.joerg1-2/+2
2009-02-13- Add PKG_DESTDIR_SUPPORTabs1-23/+9
- Fix build with (optional) mitshm - Add xbeeb-roms option (default off) which will download and install the roms required to run
2007-11-11Remove www.getafile.com from MASTER_SITES, doesn't resolve.wiz1-3/+2
From Zafer Aydogan in PR 37313.
2007-02-07Modular Xorg support.joerg1-2/+3
2007-01-06Fixed pkglint warnings.rillig1-20/+16
2006-12-27Needs bdftopcf.joerg1-1/+2
2006-09-22Fix the mk/oss.buildlink3.mk usage by:dsainty1-5/+26
1. Using ${LIBOSSAUDIO} instead of assuming -lossaudio 2. Disabling sound entirely if ${OSS_TYPE} == none This should fix the build for every platform but NetBSD (tested on Solaris), and no change for NetBSD builds.
2006-06-17Bumped PKGREVISION to 1: Patch to fix noise channel emulation on NetBSD.dsainty1-1/+2
2006-06-13Update Xbeeb to 0.4.1:dsainty1-13/+37
- Support TrueColor displays - Better sound - .inf file attributes - Simplified NetBSD sound support with OSS compatibility - Provided a working MASTER_SITES - Took maintainership
2006-02-17Fix font handling. Bump PKGREVISION.wiz1-2/+5
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-16Create directories before installing files into them.jlam1-1/+3
2004-05-11update homepage, add commented out master site for 0.4.1 versiondillo1-2/+4
(the one listed on the homepage is down)
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-23basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23540.salo1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-5/+5
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-01Remove test target that I forgot I had added.wiz1-2/+1
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz1-14/+5
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-09-03move line to be more pkglint friendlywiz1-2/+2
2000-06-01Add a man page, improve MESSAGE file handling and other clean up.skrll1-6/+16
2000-06-01EXTRACT_SUFX was missing.skrll1-1/+2
Thanks to Bernd Ernesti for pointing this out.
2000-05-22Import of xbeeb package.skrll1-0/+53
Based on PR/10013 by Dave Sainty <dave@dtsp.co.nz> with improvements by myself.