diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 58f3241071f8..214663c60f99 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -1,36 +1,30 @@ # Created by: Maxim Sobolev PORTNAME= sdl_ttf PORTVERSION= 2.0.11 PORTREVISION= 7 CATEGORIES= graphics 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 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= gmake iconv libtool pathfix pkgconfig sdl xorg +USES= gmake iconv gl libtool pathfix pkgconfig sdl xorg USE_SDL= sdl USE_XORG= x11 +USE_GL= gl GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -OPTIONS_DEFINE= OPENGL -OPTIONS_DEFAULT= OPENGL - -OPENGL_USES= gl -OPENGL_USE= GL=glu - post-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont \ ${STAGEDIR}${PREFIX}/bin/sdl-showfont .include