21 lines
344 B
Makefile

# $OpenBSD: Makefile,v 1.7 2019/07/12 20:44:08 sthen Exp $
COMMENT = C++ class and template library
V = 1.2.1
DISTNAME = ETL-${V}
PKGNAME = etl-${V}
CATEGORIES = devel
HOMEPAGE = https://www.synfig.org/
# GPLv2+
PERMIT_PACKAGE = Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synfig/}
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>