forked from Lainports/opnsense-ports
30 lines
597 B
Makefile
30 lines
597 B
Makefile
# Created by: Yinghong Liu <relaxbsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= etl
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= devel lang
|
|
MASTER_SITES= SF/synfig/releases/${SYNFIG_VERSION}/source/
|
|
DISTNAME= ETL-${PORTVERSION}
|
|
|
|
MAINTAINER= woodsb02@FreeBSD.org
|
|
COMMENT= Voria Extended Class and Template Library
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
SYNFIG_VERSION= 1.2.1
|
|
|
|
USES= pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for doc in AUTHORS ChangeLog INSTALL NEWS README
|
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|