aboutsummaryrefslogtreecommitdiffstats
path: root/net/dgd-lpmud/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSE, obsoleting NO_PACKAGE and NO_CDROMamdmi32017-12-011-2/+5
| | | | Approved by: portmgr blanket
* When there is a do-install target, do not use a post-install target, domat2016-07-191-6/+4
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Remove deprecated @dirrmpawel2016-02-041-1/+3
| | | | | | | | | | - Creating kfun link and tmp directory is already done in post-install target there's no need to do it with @exec in pkg-plist again - Use options helper PR: 206377 Submitted by: myself Approved by: maintainer timeout
* MASTER_SITES cleanup.mat2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Rename net/ patch-xy patches to reflect the files they modify.adamw2014-07-291-4/+4
| | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port)
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-051-2/+2
|
* . Fix mudlib ownership for staging.glewis2014-05-291-3/+1
|
* . Add staging support and remove NO_STAGE.glewis2014-05-291-18/+17
|
* net/dgd-lpmud: fix LEGAL restrictionseadler2014-03-121-1/+2
| | | | | | | According to the port's Makefile the source code and resulting binaries may not be used for monetary gain. Approved by: portmgr (implicit)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | net)
* . s/function/funcname/ where function was used as a variable name sinceglewis2011-08-031-1/+1
| | | | | it's potentially a reserved word with newer versions of DGD. . Bump PORTREVISION for this change.
* . Fix Harry.glewis2011-05-301-1/+1
|
* . Convert from RESTRICTED to NO_PACKAGE as that appears much closer to whatglewis2011-01-251-1/+1
| | | | | | | the licensing restriction implies. Feature safe: yes Discussed with: linimon
* . The main dgd port already creates the 'mud' user and group, so don'tglewis2010-04-041-3/+0
| | | | repeat that in the pkg-{de}install scripts here.
* . Use the official distribution for DGD 1.4, reducing the amount ofglewis2010-03-241-4/+4
| | | | patching needed to get 2.4.5 working with it.
* . Make this work with DGD 1.3.glewis2009-07-061-1/+4
| | | | | | | . Fix some portlint warnings. . Fix some compilation warnings. . Make deinstall work a little better after the mud has been started and someone has logged in.
* NO_PACKAGE is not appropriate herekris2006-09-031-1/+0
|
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+0
|
* . Set the permissions on the mudlib correctly now that pkg-install noglewis2003-09-031-0/+2
| | | | longer does.
* . . Make this port act more like a standard FreeBSD port:glewis2003-08-301-18/+44
| | | | | | | | | | | | | | | | | | . Don't install everything in ${PREFIX}/dgd instead place the executables, docs and configuration in the standard places and place the mudlib in DATADIR. . Don't use the packing list as a list of things to install. . Fix up the configuration file to point to the install locations. . Add a sample rc script which can be used to start and stop dgd with this mudlib (need a 5.x RCng version as well). . Create a user to run the dgd service as (this is the same user as used by the net/dgd port). . More standard Makefile. . Add a post-extract target which removes the need for do-build. . Add a do-configure target and remove the obsolete configure script. . Remove devel from CATEGORIES, it really doesn't belong. This port should really just be in games, but thats another story. . Catch up dependencies with changes to net/dgd.
* de-pkg-commentglewis2003-02-281-0/+1
|
* . Remove a MASTER_SITE that hasn't been responding for a while.glewis2002-08-061-1/+1
| | | | | . As this leaves us with only one MASTER_SITE, mirror the distfile locally (i.e. MASTER_SITE_LOCAL).
* Remove an entry from MASTER_SITES that doesn't appear to have workedglewis2002-07-081-2/+1
| | | | | | for almost 3 years! Submitted by: portsurvey
* . Rejig the packing list so the PKG_ARGS redefinition in the Makefileglewis2002-06-171-6/+13
| | | | | | | | | | | | is no longer necessary. Also, create and remove directories which are initially empty but necessary for normal mud operation. . Take maintainership. . Install an example of the ACCESS.ALLOW and ACCESS.DENY files and adjust the installation process to take account of the new packing list (which it uses). Still to address is the issue of the mud setting up its own directory. This needs to be addressed in the context of the server port (net/dgd).
* Turn Adam David's ports loose. Look out, world!trevor2001-08-181-1/+1
| | | | Approved by: adam
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-3/+3
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+2
|
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* grep -> ${GREP}mharo1999-08-231-2/+2
| | | | | true -> ${TRUE} false -> ${FALSE}
* distfile movedadam1997-08-111-2/+3
| | | | Submitted by: Bill Fenner's distfile checker
* WRKDIR != WRKSRCadam1997-01-161-2/+2
|
* use URL file syntaxadam1997-01-081-2/+3
| | | | added backup distribution site
* had gotten out of sync with realityadam1997-01-081-2/+2
|
* Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKENmax1996-12-081-3/+3
| | | | in double-quotes.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-3/+3
|
* updated for dgd >= 1.0.91adam1996-11-071-4/+3
|
* reflect the legal status more accuratelyadam1996-11-011-3/+3
|
* NO_CDROM= depends on DGD, which is NO_CDROMadam1996-06-191-1/+4
| | | | RESTRICTED= no monetary gain
* tuck distribution file tidily away in subdirectoryadam1996-06-181-1/+2
|
* minor cosmeticsadam1996-06-171-2/+2
|
* install for real when making a packageadam1996-06-161-10/+4
|
* add myself as maintaineradam1996-03-191-1/+3
|
* Just a little newline.asami1996-02-291-1/+2
|
* patches required by recent upgrade of DGDadam1996-02-121-1/+6
|
* Shorten category names.asami1995-11-261-2/+2
|
* Previously broken port now builds, may be enabled in net/Makefile now.adam1995-10-251-4/+12
| | | | Approved by: asami
* Remove NCFTPFLAGS, ncftp defaults changedache1995-04-161-2/+1
|
* Update of net Makefiles! Am I done? :)asami1995-04-151-5/+7
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-0/+1
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* almost finished LPmud port for DGDadam1994-11-241-0/+20