head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.03.06;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.10.06.43.00;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.22.00.38.27;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.14.03.02.55;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.26.01.06.38;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Template Lite
# Date created:		2006-09-21
# Whom:	      		Alexander Zhuravlev <zaa@@zaa.pp.ru>
#
# $FreeBSD: head/www/templatelite/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	templatelite
PORTVERSION=	2.10
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/Template%20Lite/Template%20Lite%20version%20${PORTVERSION}
DISTNAME=	template_lite_${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A smaller, faster alternative to the Smarty template engine

NO_BUILD=	yes
USE_PHP=	pcre
WANT_PHP_WEB=	yes
WRKSRC=	${WRKDIR}/template_lite
SUB_FILES=	pkg-message

do-install:
	@@${MKDIR} ${DATADIR}
	@@cd ${WRKSRC}/src && ${FIND} * | ${TAR} cTf - - | ${TAR} xUCf ${DATADIR} -
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@cd ${WRKSRC}/docs && ${FIND} * | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} -
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.4
log
@Reset zaa@@zaa.pp.ru: mail can not be delivered (mail loop).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d14 1
a14 1
MAINTAINER=	zaa@@zaa.pp.ru
@


1.2
log
@- Update to 2.10

PR:		ports/109066
Submitted by:	maintainer (Alexander Zhuravlev)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.1
log
@Add templatelite 1.90, a smaller, faster alternative to the Smarty
template engine.

PR:		ports/103460
Submitted by:	Alexander Zhuravlev <zaa at zaa.pp.ru>
@
text
@d9 1
a9 1
PORTVERSION=	1.90
d21 1
a21 1
NO_WRKSUBDIR=	yes
d29 1
a29 1
	@@cd ${WRKSRC}/docs && ${FIND} * -type f -exec ${INSTALL_DATA} {} ${DOCSDIR} \;
@

