freebsd-skq/share/mk
jkh f3fa32d219 Geeze, what was I thinking again? Replace all references to:
${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}

With simply `${DISTFILE}' which defaults to the above.  This lets you
easily name distribution files that don't cooperate with any rational
naming syntax.

Similarly, make a variable called ${PKGFILE} which fills the same purpose
for packages.

Just trying to make this thing really really general to suit every need.
Now I need somebody to figure out how to make the extract target auto-fetch
things from ${HOME_LOCATION} with ncftp *if* ncftp is installed and it
looks possible to reach the foreign site.  That will take some fancy footwork,
but would be slick.  I've changed this too so that HOME_LOCATION is no longer
set by default, allowing you to do an .if defined(..) check for it.  The
extract rule now does this too.

Submitted by:	jkh
1994-09-01 16:01:34 +00:00
..
bsd.dep.mk Add a couple of files we created in 1.x. 1994-08-04 21:10:08 +00:00
bsd.doc.mk Use ${ECHO} instead of echo' so that make -s' is fairly quiet. 1994-08-28 15:37:40 +00:00
bsd.lib.mk Use ${ECHO} instead of echo' so that make -s' is fairly quiet. 1994-08-28 15:37:40 +00:00
bsd.man.mk Use ${ECHO} instead of echo' so that make -s' is fairly quiet. 1994-08-28 15:37:40 +00:00
bsd.own.mk Add a couple of files we created in 1.x. 1994-08-04 21:10:08 +00:00
bsd.port.mk Geeze, what was I thinking again? Replace all references to: 1994-09-01 16:01:34 +00:00
bsd.port.subdir.mk Whoops - left out the package rule! 1994-08-22 13:02:16 +00:00
bsd.prog.mk Fix spelling error in little-used target. 1994-08-28 15:32:10 +00:00
bsd.README Fix filenames for LIBC and LIBTERM. 1994-08-28 14:21:55 +00:00
bsd.subdir.mk Use ${ECHODIR} instead of `echo' for printing directory names so that 1994-08-28 15:35:30 +00:00
Makefile Add bsd.port* to the Makefile. 1994-08-28 09:35:51 +00:00
sys.mk Changed g++ to c++ 1994-08-31 03:57:32 +00:00