24 lines
381 B
Makefile
24 lines
381 B
Makefile
|
COMMENT = C++ class and template library
|
||
|
|
||
|
V = 1.5.1
|
||
|
DISTNAME = ETL-${V}
|
||
|
PKGNAME = etl-${V}
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
HOMEPAGE = https://www.synfig.org/
|
||
|
|
||
|
# GPLv2+
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
# C++11
|
||
|
COMPILER = base-clang ports-gcc
|
||
|
|
||
|
MASTER_SITES = https://github.com/synfig/synfig/releases/download/v${V}/
|
||
|
|
||
|
BUILD_DEPENDS = devel/glib2mm
|
||
|
|
||
|
CONFIGURE_STYLE = gnu
|
||
|
|
||
|
.include <bsd.port.mk>
|