summaryrefslogtreecommitdiff
path: root/mk/tools/bsd.tools.mk
AgeCommit message (Expand)AuthorFilesLines
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-1/+2
2005-07-17Rename variable: TOOLS_CMDLINE.<tool> => TOOLS_SCRIPT.<tool> to betterjlam1-20/+21
2005-07-17Rename the following variables for brevity:jlam1-26/+25
2005-06-11Remove unnecessary .undef lines after .for loops as the loop variablesjlam1-6/+1
2005-05-21Grammar 101 -- sentences should end in a period.jlam1-2/+2
2005-05-21Add TNF copyright to the new tools framework makefiles.jlam1-1/+37
2005-05-19Merge most of imake.mk into replace.mk and leave imake.mk to containjlam1-1/+2
2005-05-19Merge most of perl.mk into replace.mk and leave perl.mk to containjlam1-1/+2
2005-05-17Move perl handling into replace.mk. We now can specify USE_TOOLS+=perljlam1-2/+1
2005-05-15In the tools framework, check that the directory doesn't exist beforejlam1-2/+3
2005-05-15Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a publicly-readable value.jlam1-4/+4
2005-05-15Make implementation match documentation for when a wrapper is created andjlam1-8/+11
2005-05-11Rewrite logic that defines the targets that create the tools underjlam1-23/+36
2005-05-10Split out ldconfig handling from the USE_TOOLS processing in replace.mk.jlam1-1/+2
2005-05-10Split out "strip" from the USE_TOOLS processing in replace.mk. Instead,jlam1-1/+2
2005-05-10TOOLS_ALIASES.<tool> can be set to the list of names that should also bejlam1-5/+14
2005-05-09Remove redundant variable definitions that simply match their defaults.jlam1-3/+1
2005-05-09Replace TOOLS_WRAP and TOOLS_SYMLINK with TOOLS_CREATE, and let the toolsjlam1-39/+27
2005-05-09Rename TOOLS_ARGS.* to TOOLS_REAL_ARGS.* to follow naming convention forjlam1-21/+13
2005-05-02Include perl.mk to make sure the perl symlink is created.jlam1-1/+2
2005-04-28coreutils.mk has been merged into replace.mkjlam1-2/+1
2005-04-27Correct the fallback value of FALSE.jlam1-2/+2
2005-04-27Remove redundant checks.jlam1-9/+1
2005-04-27Don't bother testing whether the target file is excutable. Let's justjlam1-7/+4
2005-04-27Define tools that we use within the tools framework itself.jlam1-1/+14
2005-04-26Merge findutils.mk into replace.mk. We now just use USE_TOOLS+=findjlam1-2/+1
2005-04-26Make the wrapper and the symlink default to the same name under the toolsjlam1-6/+6
2005-04-24Correct the use of quotes when using echo.jlam1-3/+3
2005-04-22Improve the documentation in the header comments.jlam1-6/+19
2005-04-22Remove the search for TOOLS_REAL_CMD.<tool> in ${TOOL_EXECDIRS}. Thisjlam1-30/+11
2005-04-15Allow for USE_TOOLS+=coreutils and USE_TOOLS+=findutils to use pkgsrcjlam1-1/+3
2005-04-15Initial commit of the new tools framework. This is currently designedjlam1-0/+182