pkgsrc/devel/ETL/Makefile
wiz 92b4a6e496 *: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
2022-07-25 11:12:18 +00:00

16 lines
354 B
Makefile

# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:21 wiz Exp $
DISTNAME= ETL-0.04.11
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synfig/}
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://synfig.org/
COMMENT= C++ template library for synfig
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= ETL.pc.in
.include "../../mk/bsd.pkg.mk"