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.3
	RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


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

1.4
date	2010.03.06.01.37.24;	author wxs;	state Exp;
branches;
next	1.3;

1.3
date	2009.12.18.22.58.34;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.22.00.38.16;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2009.07.07.23.52.40;	author dhn;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	nanoblogger-extra
# Date created:			Jun 19, 2009
# Whom:				Tobias Rehbein <tobias.rehbein@@web.de>
#
# $FreeBSD: head/www/nanoblogger-extra/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	nanoblogger-extra
PORTVERSION=	3.4.2
CATEGORIES=	www
MASTER_SITES=	http://nanoblogger.sourceforge.net/downloads/

MAINTAINER=	tobias.rehbein@@web.de
COMMENT=	Extras for nanoblogger, a small weblog engine

RUN_DEPENDS=	nb:${PORTSDIR}/www/nanoblogger

WRKSRC=		${WRKDIR}/nanoblogger-${PORTVERSION}
DATADIR=	${PREFIX}/share/nanoblogger

NO_BUILD=	yes

do-install:
.for data in default lang plugins
	@@( cd ${WRKSRC}/${data} && ${CHMOD} 777 ${WRKSRC}/${data}/* && \
		${COPYTREE_SHARE} \* ${DATADIR}/${data} "! -empty" )
.endfor

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for doc in COPYING ChangeLog README
	@@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
	@@${MKDIR} ${DOCSDIR}/html
	@@${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}/html
.endif

.if !defined(NOPORTEXAMPLES)
	@@${MKDIR} ${EXAMPLESDIR}
	@@${INSTALL_DATA} ${WRKSRC}/docs/examples/nanoblogger.bash_completion ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.4
log
@- Update to 3.4.2

PR:		ports/144474
Submitted by:	Tobias Rehbein <tobias.rehbein@@web.de> (maintainer)
Feature safe:	yes
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.3
log
@- Fix DATADIR

PR:		ports/141689
Submitted by:	Tobias Rehbein <tobias.rehbein@@web.de> (maintainer)
@
text
@d10 1
a10 2
PORTVERSION=	3.4
PORTREVISION=	1
d12 1
a12 1
MASTER_SITES=	SF/nanoblogger/${PORTNAME}/Version%20${PORTVERSION}
d19 1
d26 1
a26 1
	( cd ${WRKSRC}/${data} && ${CHMOD} 777 ${WRKSRC}/${data}/* && \
d32 3
a34 3
	${MKDIR} ${DOCSDIR}
.for doc in COPYING README
	${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
d36 2
a37 2
	${MKDIR} ${DOCSDIR}/html
	${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}/html
d41 2
a42 2
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/docs/examples/nanoblogger.bash_completion ${EXAMPLESDIR}
@


1.2
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d11 1
d20 2
@


1.1
log
@NanoBlogger is a small weblog engine written in Bash for the command
line.  It uses common UNIX tools such as cat, grep, and sed to create
static HTML content.

This port (www/nanoblogger-extra) contains additional language
definitions, plugins, and various other add-ons for www/nanoblogger.

WWW: http://nanoblogger.sourceforge.net/

PR:		ports/136323
Submitted by:	Tobias Rehbein <tobias.rehbein@@web.de>
@
text
@d12 1
a12 1
MASTER_SITES=	SF/nanoblogger
@

