pkgsrc/devel/SDL_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
576 B
Makefile

# $NetBSD: Makefile,v 1.36 2020/01/26 17:30:55 rillig Exp $
DISTNAME= SDL_ttf-2.0.11
PKGREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://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 SDL applications
LICENSE= zlib
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= SDL_ttf.pc.in
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"