Index: head/graphics/sdl_ttf/Makefile =================================================================== --- head/graphics/sdl_ttf/Makefile (revision 499584) +++ head/graphics/sdl_ttf/Makefile (revision 499585) @@ -1,36 +1,36 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= sdl_ttf PORTVERSION= 2.0.11 PORTREVISION= 7 CATEGORIES= graphics -MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ +MASTER_SITES= https://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library to use TrueType fonts to render text in SDL applications LICENSE= ZLIB LIB_DEPENDS= libfreetype.so:print/freetype2 USES= gmake iconv libtool pathfix pkgconfig USE_SDL= sdl USE_XORG= x11 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes OPTIONS_DEFINE= OPENGL OPTIONS_DEFAULT= OPENGL OPENGL_USE= GL=yes post-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont \ ${STAGEDIR}${PREFIX}/bin/sdl-showfont .include Index: head/graphics/sdl_ttf/pkg-descr =================================================================== --- head/graphics/sdl_ttf/pkg-descr (revision 499584) +++ head/graphics/sdl_ttf/pkg-descr (revision 499585) @@ -1,15 +1,15 @@ This library is a wrapper around the excellent FreeType library. WARNING: There may be patent issues with using the FreeType library. Check the FreeType website for up-to-date details. This library allows you to use TrueType fonts to render text in SDL applications. Be careful when including fonts with your application, as many of them are copyrighted. The Microsoft fonts, for example, are not freely redistributable and even the free "web" fonts they provide are only redistributable in their special executable installer form (May 1998). There are plenty of freeware and shareware fonts available on the Internet though, and may suit your purposes. -WWW: http://www.libsdl.org/projects/SDL_ttf/ +WWW: https://www.libsdl.org/projects/SDL_ttf/