pkgsrc/graphics/libart/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

20 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/01/26 17:31:22 rillig Exp $
DISTNAME= libart_lgpl-2.3.21
PKGNAME= ${DISTNAME:S/_lgpl//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.levien.com/libart/
COMMENT= High-performance 2D graphics library
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libart-2.0.pc.in
# bmake cannot handle the self-made libtool logic in Makefile.am.
USE_TOOLS+= gmake
CONFLICTS+= libart2-[0-9]*
.include "../../mk/bsd.pkg.mk"