head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.03.06;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.22.00.38.25;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2007.12.14.20.49.02;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2006.04.10.18.32.17;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2005.10.31.18.52.38;	author krion;	state Exp;
branches;
next	1.4;

1.4
date	2005.07.05.17.01.24;	author novel;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.13.12.26.22;	author lawrance;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.18.19.38.34;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.23.03.11.54;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	sitebar
# Date created:			Jun 23, 2004
# Whom:				ijliao
#
# $FreeBSD: head/www/sitebar/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	sitebar
PORTVERSION=	3.3.9
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/SiteBar/${PORTVERSION}
DISTNAME=	SiteBar-${PORTVERSION}

MAINTAINER=	gunter@@six-two.net
COMMENT=	The Bookmark Server for Personal and Team Use

USE_BZIP2=	yes
USE_PHP=	mysql pcre
WANT_PHP_WEB=	yes
NO_BUILD=	yes
DATADIR=	${PREFIX}/www/${PORTNAME}

do-install:
	@@${MKDIR} ${DATADIR}
	@@cd ${WRKSRC} && \
		${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \;
	@@cd ${WRKSRC} && \
		${FIND} . ! -type d -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
	@@${FIND} ${DATADIR} ! -type d | \
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
	@@${FIND} ${DATADIR} -type d | ${SORT} -r | \
		${SED} 's,^${PREFIX}/,@@dirrm ,' >> ${TMPPLIST}

.include <bsd.port.mk>
@


1.8
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.7
log
@- Update to 3.3.9

PR:		ports/118661
Submitted by:	Gunter Wambaugh <gunter@@six-two.net> (maintainer)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.6
log
@- Update to 3.3.8

PR:		ports/95560
Submitted by:	Gunter Wambaugh <gunter@@six-two.net> (maintainer)
@
text
@d10 1
a10 1
PORTVERSION=	3.3.8
@


1.5
log
@Update to 3.3.5

PR:		ports/88283
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTVERSION=	3.3.5
@


1.4
log
@- update to 3.3.3
- pass maintainership to submitter

PR:		83010
Submitted by:	Gunter Wambaugh <gunter@@thewambaughs.net>
@
text
@d10 1
a10 1
PORTVERSION=	3.3.3
d16 1
a16 1
MAINTAINER=	techgunter@@yahoo.com
@


1.3
log
@Update to 3.2.6

Approved by:	clement (mentor)
@
text
@d10 1
a10 1
PORTVERSION=	3.2.6
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@BROKEN: Size mismatch
@
text
@d10 1
a10 1
PORTVERSION=	3.2.5
a18 2
BROKEN=		Size mismatch

d20 1
a20 1
USE_PHP=	yes
d23 1
a23 6
DATADIR?=	${PREFIX}/www/${PORTNAME}

pre-everything::
	@@${ECHO_CMD} "***************************************************************"
	@@${ECHO_CMD} "* Please installs PHP with MySQL extension before using this. *"
	@@${ECHO_CMD} "***************************************************************"
d27 4
a30 1
	${CP} -R ${WRKSRC}/* ${DATADIR}
@


1.1
log
@add sitebar 3.2.5
The Bookmark Server for Personal and Team Use
@
text
@d19 2
@

