pkgsrc-wip/mk
Martin Husemann 16bbd88bd3 hg-package.mk: add a "hg-cleandir" target to remove all checkouts and state
This is very much like "cleandir" but keeps the hg clones intact (plus
a few hidden .* files probably nobody cares about).

This is usefull with huge hg repos when testing/veryfing patches.
2016-02-01 21:28:00 +01:00
..
haskell
alsa.mk
cl-package.mk
clisp-temp.mk
cvs-package.mk
DESC
git-package.mk git-package.mk: Fix typo 2015-12-11 03:24:37 +01:00
haskell.mk
hg-package.mk hg-package.mk: add a "hg-cleandir" target to remove all checkouts and state 2016-02-01 21:28:00 +01:00
java-app.mk
linuxbin.pkg.mk
luarocks.mk
pear-channel.mk
pear-channel.tmpl
postgresql.mk
rcd.mk
README
svn-package.mk
wxGTK.mk (mk/wxGTK.mk) Consider the case wxGTK28-contrib is included 2015-11-22 23:48:52 +09:00

$Id: README,v 1.1 2003/11/28 20:50:02 mpasternak Exp $

Fri Nov 28 21:34:44 CET 2003

This directory is a testbed for new .mk files, that could propably be
introduced to pkgsrc/mk/ after testing/development/reviewing/quarantine.

Please have in mind, that files you put here must be really well-documented,
Doing this you raise the chance the file will be reviewed.

The need for their existance must be also important.

For settings, that are shared between only a few packages, create
"Makefile.common" (see pkgsrc/databases/postgresql for example)

	-- dotz@irc.pl