364b1f4d17
ETL is a template library for synfig.
18 lines
389 B
Makefile
18 lines
389 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/07/20 09:20:20 phonohawk 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_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= ETL.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|