summaryrefslogtreecommitdiff
path: root/games/xbill/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-02-19SETGIDGAME. Fix ownership. Bump revision.joerg1-5/+7
2009-07-08user-destdir supportjoerg1-3/+5
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-01-19Reset maintainer on his request.wiz1-2/+2
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-2/+4
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-14Oops, the XBILL_HOME must end in a slash, to make it fully workable onrillig1-3/+3
Solaris. PKGREVISION++
2006-12-09Needs man/man6 before installation.rillig1-1/+3
2006-11-24Building XBill using the modified IMakefile (see patch-aa) on Solarisrillig1-1/+2
does not work. Therefore, the XBILL_HOME is set explicitly in CPPFLAGS. It's not the best way to fix it, but at least it works.
2006-11-05Fixed PKGMANDIR.rillig1-2/+2
2006-05-15Uses C++.joerg1-1/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-10-23Fixed typo (CONFLICT => CONFLICTS). Added ${GAMEOWN} to PKG_USERS, whichrillig1-6/+9
is needed to build xbill on NetBSD-1.6.2/i386 as unpriviledged user. Bumped PKGREVISION.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-06-14Use VARBASE instead of hardcoding /var.minskim1-3/+4
2005-06-14Honor GAMEGRP and GAMEMODE not only for data files but also for the binary.minskim1-1/+2
2005-06-14Honor GAMEGRP, GAMEMODE, and GAMEDATAMODE.minskim1-4/+4
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-04-30Fix oops in the MAKE_DIRS_PERMS line -- args out of order.tv1-2/+2
2004-04-30nb1:tv1-1/+8
* Make sure the group "games" exists. * Use MAKE_DIRS_PERMS to make sure "/var/games" exists. * Use SUPPORT_FILES_PERMS to install the scorefile to /var/games.
2004-03-10Use bl3.snj1-3/+3
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2002-10-21Convert to buildlink2.wiz1-2/+3
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-11-27We can't share the pixmaps with current version of "gnome-games" any moretron1-1/+3
because the sets are no different. So add a conflicht with the "gnome-games" package.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+4
1999-12-29We aren't very much interested in the windows port homepage, but rather thepooka1-2/+2
proper homepage.
1999-12-29Old HOMEPAGE was non-existent, make it point to a working location.pooka1-2/+2
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-15Initial addition of xbill-2.0 - stop the dreaded Windows virus fromfrueauf1-0/+20
infecting computers. Closes pr 5947 by Tim Rightnour.