head	1.7;
access;
symbols
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2007.01.05.20.26.24;	author miwi;	state dead;
branches;
next	1.6;

1.6
date	2006.11.23.11.47.09;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2005.01.11.16.52.59;	author vs;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.21.06.35.18;	author vs;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.01.22.10.10.42;	author pav;	state Exp;
branches;
next	1.1;

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


desc
@@


1.7
log
@2006-12-23 www/emp: project is shutting down
2006-12-01 textproc/nfbtrans: Unfetchable
@
text
@# New ports collection makefile for:    emp
# Date created:                         Oct 20, 2003
# Whom:                                 Allan Bowhill <abowhill@@blarg.net>
#
# $FreeBSD: ports/www/emp/Makefile,v 1.6 2006/11/23 11:47:09 erwin Exp $
#

PORTNAME=	emp
PORTVERSION=	0.94
CATEGORIES=	www
MASTER_SITES=	http://home.blarg.net/~abowhill/ \
		ftp://userftp.blarg.net/users/abowhill/

MAINTAINER=	allanb@@u.washington.edu
COMMENT=	CGI program to deliver hierarchy of web links

HAS_CONFIGURE=	yes

DEPRECATED=	project is shutting down
EXPIRATION_DATE=	2006-12-23

CGI_BIN=	${PREFIX}/www/cgi-bin

do-install:
	${MKDIR} ${CGI_BIN}
	${INSTALL_PROGRAM} ${WRKSRC}/emp ${CGI_BIN}/emp.cgi
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/Samples/links.sample ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/Samples/emp.cfg ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.6
log
@Mark DEPRECATED and set for expiration in one month as the project
is shutting down.

Submitted by:	Allan Bowhill <allanbowhill@@yahoo.com> (maintainer/author)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 0.94
- Add mirror

PR:		ports/75757
Submitted by:	maintainer
@
text
@d19 3
@


1.4
log
@Update to 0.93:
- update to fix HTML rendering problem
- documentation fixes

PR:		ports/68160
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.93
d11 2
a12 1
MASTER_SITES=	http://www.blarg.net/~abowhill/
@


1.3
log
@- Update maintainer's address

Submitted by:	Allan Bowhill <allanb@@u.washington.edu> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.92
@


1.2
log
@- Fix install

Reported by:	bento via kris
@
text
@d13 1
a13 1
MAINTAINER=	abowhill@@blarg.net
@


1.1
log
@Add emp, CGI application that creates a hierarchy of categorized links.

PR:		ports/60031
Submitted by:	Allan Bowhill <abowhill@@blarg.net>
@
text
@d18 1
a18 1
CGI_BIN=	${LOCALBASE}/www/cgi-bin
d21 1
@

