mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
375 B
Makefile
24 lines
375 B
Makefile
COMMENT = C++ class and template library
|
|
|
|
V = 1.5.5
|
|
DISTNAME = ETL-${V}
|
|
PKGNAME = etl-${V}
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://www.synfig.org/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# C++11
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
SITES = https://github.com/synfig/synfig/releases/download/v${V}/
|
|
|
|
BUILD_DEPENDS = devel/glib2mm
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|