21 lines
358 B
Makefile
21 lines
358 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2014/08/22 04:16:31 bentley Exp $
|
||
|
|
||
|
COMMENT = C++ class and template library
|
||
|
|
||
|
V = 0.04.17
|
||
|
DISTNAME = ETL-${V}
|
||
|
PKGNAME = etl-${V}
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
HOMEPAGE = http://www.synfig.org/
|
||
|
|
||
|
# GPLv2+
|
||
|
PERMIT_PACKAGE_CDROM = Yes
|
||
|
|
||
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=synfig/}
|
||
|
|
||
|
CONFIGURE_STYLE = gnu
|
||
|
|
||
|
.include <bsd.port.mk>
|