blob: df93c3ce3f2087bfa0f9cea967035fe379d8f803 (
plain) (
tree)
|
|
# New ports collection makefile for: ETL
# Date created: 25 Jun 2006
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= etl
PORTVERSION= 0.04.12
CATEGORIES= devel lang
MASTER_SITES= SF/synfig
DISTNAME= ETL-0.04.12
MAINTAINER= dhn@FreeBSD.org
COMMENT= Voria Extended Class and Template Library
USE_GNOME= gnomehack gnometarget pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in AUTHORS ChangeLog INSTALL NEWS README
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>
|