freebsd-ports/devel/etl/Makefile
Martin Wilke 6bb3ab7b38 ETL is a multi-platform class and template library designed to add
new datatypes and functions which combine well with the existing
types and functions from the C++ Standard Template Library (STL).

WWW: http://www.synfig.com/

PR:		ports/114045
Submitted by:	Yinghong Liu <relaxbsd at gmail.com>
2007-08-28 09:44:50 +00:00

33 lines
699 B
Makefile

# New ports collection makefile for: ETL
# Date created: 25 Jun 2006
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= etl
DISTVERSION= 0.04.09
CATEGORIES= devel lang
MASTER_SITES= SF
MASTER_SITE_SUBDIR= synfig
DISTNAME= ETL-${DISTVERSION}
MAINTAINER= relaxbsd@gmail.com
COMMENT= Voria Extended Class and Template Library
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>