summaryrefslogtreecommitdiff
path: root/doc/Makefile-example
AgeCommit message (Collapse)AuthorFilesLines
2010-01-10Document {BUILD_,}DEPENDS section.wiz1-6/+11
2009-05-18Standardise on location for licensing information (in second paragraph,agc1-5/+3
with HOMEPAGE).
2008-05-29Document OWNERabs1-2/+2
2008-01-04Where to place PKG_DESTDIR_SUPPORT.heinz1-1/+3
2007-01-09Change LICENSE= to be the first item in the licensing paragraph.gdt1-4/+5
Adjust wording. conceptually ok'd by wiz@ agc@
2006-07-27Apply the "convention over configuration" principle:jlam1-2/+2
If ${FILESDIR}/getsite.sh exists, then use it to determine the fetch URL for each of the distfiles for the package. Otherwise, use SITE_<file> and MASTER_SITES, in order, to determine the URL for each distfile. If the script path differs from ${FILESDIR}/getsite.sh, then set DYNAMIC_SITE_SCRIPT to the full path to that script. Remove the need to set DYNAMIC_MASTER_SITES explicitly in the package Makefile for: graphics/ns-cult3d wm/sawfish-themes www/apache-tomcat55 www/jakarta-tomcat4 www/jakarta-tomcat5
2006-04-09Update to reflect current usage of INFO_FILES, which should just be definedjlam1-2/+2
or not defined.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-07-27No more buildlink2.wiz1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-3/+2
2005-02-12Replaced the deprecated ALL_TARGET variable in the example Makefile withrillig1-2/+2
BUILD_TARGET, which had replaced ALL_TARGET in Dec 2004.
2004-11-11Remove reference to buildlink2.minskim1-2/+2
2004-05-14Do not mention buildlink2, it is leaving.wiz1-4/+4
2004-02-22Sync with reality: add a paragraph for *_OVERRIDE variables and another onejmmv1-7/+15
for configure and make args/environment. Ok'ed by agc@.
2004-02-15Move the inclusion of buildlink files ahead of the target definitions.jlam1-5/+12
This makes all of the buildlink files come after any variable definitions that could affect their behaviour, and makes all of the target definitions come after all of the variables and .ifdef logic. This matches the way that many of the large, complex packages are already written.
2004-01-21Flesh out this file with more information, such as licensing information.agc1-18/+26
Make it clearer why certain things should be done.
2004-01-21Fix typo - thanks to wiz for pointing it out.agc1-2/+2
2004-01-20Add an example Makefile, with annotated paragraphs and fields.agc1-0/+66