pkgsrc-wip/mk
Juan Romero Pardines d9c9a084bd * Add JAR_MAIN_PREFIX which points to the classpath directory (it's
relative to PREFIX) and added into BUILD_DEFS.
* Check for required directories before installing the jars.
* Use 'post-configure' instead of 'post-build' to create the jar
shell scripts, by this way NO_BUILD can be used.
2005-01-17 19:23:17 +00:00
..
cvs-package.mk Removed the trailing slashes from the default CVS repositories. 2005-01-11 18:42:30 +00:00
DESC Use rc.d tools from NetBSD pkgsrc (instead of wip). 2004-08-27 07:53:04 +00:00
java-app.mk * Add JAR_MAIN_PREFIX which points to the classpath directory (it's 2005-01-17 19:23:17 +00:00
linuxbin.pkg.mk _PKGSRCDIR has been renamed to PKGSRCDIR. 2004-10-07 03:02:09 +00:00
postgresql.mk Initial import of postgresql.mk -- an .mk file for postgresql- dependent packages, much more customizeable, than current postgresql/Makefile.common... 2004-01-10 19:11:32 +00:00
rcd.mk Use rc.d tools from NetBSD pkgsrc (instead of wip). 2004-08-27 07:53:04 +00:00
README

$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