head	1.13;
access;
symbols
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3;
locks; strict;
comment	@# @;


1.13
date	2009.06.13.16.18.18;	author erwin;	state dead;
branches;
next	1.12;

1.12
date	2009.04.13.06.20.12;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2008.09.03.03.39.47;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2008.06.06.14.07.22;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2007.09.30.09.17.28;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2007.05.19.20.25.37;	author flz;	state Exp;
branches;
next	1.7;

1.7
date	2005.11.15.06.51.37;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2005.07.21.00.57.50;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2005.03.04.21.56.45;	author thierry;	state Exp;
branches;
next	1.4;

1.4
date	2005.02.08.18.54.17;	author sem;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.13
log
@Remove www/winhelpcgi, does not compile with GCC 4.2

Submitted by:	portsmon
@
text
@# New ports collection makefile for:   winhelpcgi
# Date created:        3 May 2004
# Whom:                Robin Schoonover (endx7@@users.sf.net)
#
# $FreeBSD: ports/www/winhelpcgi/Makefile,v 1.12 2009/04/13 06:20:12 pgollucci Exp $
#

PORTNAME=	winhelpcgi
PORTVERSION=	1.0r3
PORTREVISION=	2
CATEGORIES=	www textproc
MASTER_SITES=	http://www.herdsoft.com/ftp/
DISTNAME=	${PORTNAME}_1.0rc3-1

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A winhelp converter cgi program

LIB_DEPENDS=	wmf.2:${PORTSDIR}/graphics/libwmf

EXPIRATION_DATE=	2009-06-01

WRKSRC=		${WRKDIR}/${PORTNAME}-1.0rc3
GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	automake:14
USE_GETTEXT=		yes
USE_APACHE=		1.3
PKGMESSAGE=	${WRKDIR}/pkg-message

post-build:
	@@${CAT} ${PKGDIR}/pkg-message | ${SED} -e 's:%%PREFIX%%:${PREFIX}:' > ${PKGMESSAGE}

do-install:
	${MKDIR} ${PREFIX}/www/winhelpcgi
	${INSTALL_PROGRAM} ${WRKSRC}/winhelpcgi/winhelpcgi.cgi ${PREFIX}/www/winhelpcgi

post-install:
.if !defined(BATCH)
	@@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=		Does not compile with GCC 4.2
.endif

.include <bsd.port.post.mk>
@


1.12
log
@- USE_APACHE=yes is deprecated
- Set EXPIRATION_DATE (doesn't compile with gcc 42)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Reset robin.schoonover@@gmail.com due to maintainer-timeouts and no
response to email.

Hat:	portmgr
@
text
@d20 2
d26 1
a26 1
USE_APACHE=		yes
@


1.10
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d15 1
a15 1
MAINTAINER=	robin.schoonover@@gmail.com
@


1.9
log
@Mark as broken with gcc4.2.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.8
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d39 7
a45 1
.include <bsd.port.mk>
@


1.7
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d10 1
@


1.6
log
@Correct maintainer address
@
text
@d21 1
a21 1
USE_AUTOMAKE_VER=	14
@


1.5
log
@Update Maintainer Email Addresses.

PR:		ports/78429
Submitted by:	Robin Schoonover (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	robin.schoonover@@gmail.google.com
@


1.4
log
@- Update to 1.0rc3
- Try to unbreak on ia64
- While I'm here: add USE_APACHE

PR:		ports/77081
Submitted by:	maintainer
@
text
@d14 1
a14 1
MAINTAINER=	endx7@@users.sf.net
@


1.3
log
@- Update to 0.99

PR:		ports/67879
Submitted by:	Robin Schoonover <end@@endif.cjb.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.99
d12 1
a12 1
DISTNAME=	${PORTNAME}_0.99-3
d19 1
a19 1
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
d23 1
a25 3
pre-patch:
	(cd ${WRKSRC}; ${TOUCH} config.h)

@


1.2
log
@BROKEN on amd64: Does not compile
@
text
@d9 1
a9 1
PORTVERSION=	0.93.1
d12 1
a12 1
DISTNAME=	${PORTNAME}_0.93-1
d17 1
a17 1
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
d19 1
a19 1
WRKSRC=		${WRKDIR}/${PORTNAME}
d22 1
a22 1
AUTOMAKE_ARGS=	--add-missing
a24 7
.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
BROKEN=		"Does not compile on amd64"
.endif

# get rid of symlinks
d26 1
a26 1
	(cd ${WRKSRC}; ${RM} INSTALL install-sh mkinstalldirs missing COPYING)
d32 7
a38 1
	${INSTALL_PROGRAM} ${WRKDIR}/winhelpcgi/winhelpcgi/winhelpcgi.cgi ${PREFIX}/bin
d40 1
a40 1
.include <bsd.port.post.mk>
@


1.1
log
@Add winhelpcgi, a cgi program that can display winhelp files on the web.
It supports .HLP, .M14, .M13, and .MVP files.

PR:		ports/66229
Submitted by:	Robin Schoonover <end@@endif.cjb.net>
@
text
@d25 6
d41 1
a41 1
.include <bsd.port.mk>
@

