pkgsrc/fonts/SDL2_ttf/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

21 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/01/26 17:31:10 rillig Exp $
DISTNAME= SDL2_ttf-2.0.15
CATEGORIES= devel
MASTER_SITES= https://www.libsdl.org/projects/SDL_ttf/release/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.libsdl.org/projects/SDL_ttf/
COMMENT= Use TrueType fonts in your SDL2 applications
LICENSE= zlib
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= SDL2_ttf.pc.in
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"