1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/etl/Makefile
Ben Woods 721acd7c37 devel/etc, devel/synfig, graphics/synfigstudio: Update to 1.2.2
- Changed port to use GitHub as MASTER_SITES (follow upstream)
- Use autoreconf to build configure script (not included in GH repo)
- Introduce patches to fix build with autoreconf

Changes this release:
  https://www.synfig.org/2018/09/15/synfig-studio-1-2-2-released/

PR:		237707
Reported by:	kunda <chitty_cloud@me.com>
2019-12-11 11:23:22 +00:00

33 lines
597 B
Makefile

# Created by: Yinghong Liu <relaxbsd@gmail.com>
# $FreeBSD$
PORTNAME= etl
PORTVERSION= 1.2.2
DISTVERSIONPREFIX=v
CATEGORIES= devel lang
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= Voria Extended Class and Template Library
LICENSE= GPLv2+
NO_ARCH= yes
PORTSCOUT= limitw:1,even
USES= autoreconf pathfix pkgconfig
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= synfig
GH_PROJECT= synfig
WRKSRC_SUBDIR= ETL
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in AUTHORS NEWS README
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>