freebsd-ports/devel/etl/Makefile
Martin Wilke d1242ddd7b - Update to 0.04.12
- Pass maintainership to submitter

PR:		129929
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2008-12-26 22:23:26 +00:00

29 lines
591 B
Makefile

# 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= adox@mcx2.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>