1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/etl/Makefile
Ben Woods 95d52e52fb */*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
2021-05-22 10:13:01 +08:00

37 lines
674 B
Makefile

# Created by: Yinghong Liu <relaxbsd@gmail.com>
PORTNAME= etl
PORTVERSION= 1.2.2
DISTVERSIONPREFIX=v
PORTREVISION= 1
CATEGORIES= devel lang
MAINTAINER= ports@FreeBSD.org
COMMENT= Voria Extended Class and Template Library
LICENSE= GPLv2+
BUILD_DEPENDS= gsed:textproc/gsed
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
BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in AUTHORS NEWS README
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>