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


1.6
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2008.07.25.12.48.45;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2007.10.04.06.21.44;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.13.04.41.09;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.01.15.20.29;	author arved;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.15.19.50.00;	author pav;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	DFileServer
# Date created:				8 September 2005
# Whom:					Dash|RD
#
# $FreeBSD: head/www/dfileserver/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	DFileServer
PORTVERSION=	1.1.3
CATEGORIES=	www
MASTER_SITES=	http://harpy.soarwitheagles.net/~dashy/

MAINTAINER=	dashevil@@gmail.com
COMMENT=	A compact webserver designed to make sharing files easy

PLIST_FILES=	bin/dfileserver

WRKSRC=		${WRKDIR}/${PORTNAME}

post-patch:
	${REINPLACE_CMD} 's,g++,${CXX},;s,$$GCCFLAGS,${CXXFLAGS},; \
		s,strip,${STRIP_CMD},' ${WRKSRC}/build.sh

do-build:
	@@(cd ${WRKSRC}; \
	${SETENV} ${MAKE_ENV} ./build.sh)

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/DFileServer.x86 ${PREFIX}/bin/dfileserver

.include <bsd.port.mk>
@


1.5
log
@- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@a19 2
MAKE_ENV=	CXX=${CXX}

@


1.3
log
@Remove USE_REINPLACE from categories starting with W
@
text
@a21 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
USE_GCC=	3.4+
.endif

d33 1
a33 1
.include <bsd.port.post.mk>
@


1.2
log
@Update to 1.1.3

PR:		88236
Submitted by:	Chris Laverdure <dashevil@@gmail.com>

Replace patch with REINPLACE_CMD magic
@
text
@a20 1
USE_REINPLACE=	yes
@


1.1
log
@A small and simple webserver programmed in C++ that was designed to make
sharing files easy.  By default, it shares whatever folder it was executed from
on port 2000.

PR:		ports/86001
Submitted by:	Chris Laverdure <dashevil@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.1.2
d21 1
d29 4
@

