Commit graph

18 commits

Author SHA1 Message Date
agc
125f0428dc Standardise on location for licensing information (in second paragraph,
with HOMEPAGE).
2009-05-18 17:09:43 +00:00
abs
3bcbe35937 Document OWNER 2008-05-29 08:34:26 +00:00
heinz
76eb6ee3dd Where to place PKG_DESTDIR_SUPPORT. 2008-01-04 19:53:36 +00:00
gdt
af27e6153b Change LICENSE= to be the first item in the licensing paragraph.
Adjust wording.

conceptually ok'd by wiz@ agc@
2007-01-09 21:14:21 +00:00
jlam
e7af7b2e05 Apply the "convention over configuration" principle:
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-07-27 15:16:44 +00:00
jlam
2303de8f66 Update to reflect current usage of INFO_FILES, which should just be defined
or not defined.
2006-04-09 01:14:52 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
wiz
6c28b3c28b No more buildlink2. 2005-07-27 10:02:17 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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-07-16 01:19:06 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
rillig
a49f617a66 Replaced the deprecated ALL_TARGET variable in the example Makefile with
BUILD_TARGET, which had replaced ALL_TARGET in Dec 2004.
2005-02-12 11:05:05 +00:00
minskim
14250bb9bd Remove reference to buildlink2. 2004-11-11 06:05:55 +00:00
wiz
98b4d81cfe Do not mention buildlink2, it is leaving. 2004-05-14 18:58:26 +00:00
jmmv
c0634b9818 Sync with reality: add a paragraph for *_OVERRIDE variables and another one
for configure and make args/environment.  Ok'ed by agc@.
2004-02-22 15:57:32 +00:00
jlam
0e76e55e05 Move the inclusion of buildlink files ahead of the target definitions.
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-02-15 14:09:25 +00:00
agc
1bbe396d55 Flesh out this file with more information, such as licensing information.
Make it clearer why certain things should be done.
2004-01-21 10:48:21 +00:00
agc
33863545d6 Fix typo - thanks to wiz for pointing it out. 2004-01-21 10:33:16 +00:00
agc
46eceba725 Add an example Makefile, with annotated paragraphs and fields. 2004-01-20 12:04:49 +00:00