Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-07 | Include x11.buildlink.mk | jmc | 1 | -1/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -2/+2 | |
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. | |||||
2001-07-14 | Link all of the libraries, not just libSDL_ttf.*. | jlam | 1 | -1/+2 | |
2001-07-10 | Don't try to @dirrm include/SDL, as this belongs to another package -- SDL | zuntum | 1 | -2/+1 | |
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 | |
2001-06-29 | USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined, | jlam | 1 | -2/+1 | |
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files. | |||||
2001-06-26 | Update SDL_ttf to 2.0.3 | zuntum | 4 | -16/+15 | |
o uses freetype2 instead of freetype1 | |||||
2001-06-26 | we need to include freetype-lib's buildlink.mk file in here too | zuntum | 1 | -1/+2 | |
2001-06-26 | o add buildlink.mk file for use by other packages | zuntum | 2 | -6/+42 | |
o convert build process to use buildlink.mk files | |||||
2001-06-25 | o get freetype-lib dependency via its buildlink.mk | zuntum | 1 | -2/+2 | |
2001-06-16 | Override internal libtool with USE_LIBTOOL and LTCONFIG_OVERRIDE. | wiz | 1 | -1/+3 | |
2001-05-14 | Initial import of SDL_ttf-1.2.2 | zuntum | 4 | -0/+35 | |
This is a sample library which allows you to use TrueType fonts in your SDL applications. |