head	1.12;
access;
symbols
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2009.07.28.09.01.57;	author miwi;	state dead;
branches;
next	1.11;

1.11
date	2009.06.23.19.20.55;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2009.06.19.17.51.44;	author gerald;	state Exp;
branches;
next	1.9;

1.9
date	2008.03.20.10.03.42;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2006.01.29.16.27.27;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2004.10.24.03.09.51;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2004.10.13.01.49.45;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2004.09.26.03.07.57;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.04.05.08.52;	author marcus;	state Exp;
branches;
next	1.3;

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

1.2
date	2003.07.14.02.53.02;	author sf;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.17.00.03.58;	author oliver;	state Exp;
branches;
next	;


desc
@@


1.12
log
@2009-07-28 games/amy: mastersite disappeared, does not build on recent version
2009-07-28 security/hashish: "does not compile"
2009-07-19 security/smtpmap: depends on GCC 2.95 which has not been available for 9+ months
@
text
@# New ports collection makefile for:	smtpmap
# Date created:				26 decembre 2002
# Whom:					Hubert Tournier <hubert@@frbsd.org>
#
# $FreeBSD: ports/security/smtpmap/Makefile,v 1.11 2009/06/23 19:20:55 pav Exp $
#

PORTNAME=	smtpmap
PORTVERSION=	0.8
PORTREVISION=	3
CATEGORIES=	security mail net
MASTER_SITES=	http://www.frbsd.org/dist/

MAINTAINER=	hubert@@frbsd.org
COMMENT=	An SMTP software identifier

DEPRECATED=	depends on GCC 2.95 which has not been available for 9+ months
IGNORE=		${DEPRECATED}
EXPIRATION_DATE=2009-07-19

MAKE_ENV=	LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
USE_BZIP2=	yes
USE_GMAKE=	yes
MAKEFILE=	makefile

post-patch:
	@@${REINPLACE_CMD} -e 's|-j 5||g' ${WRKSRC}/makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/smtpmap ${PREFIX}/bin
	${INSTALL} -d ${DATADIR}
.for file in fingerprints-conf fingerprints-return fingerprints-rfc
	${INSTALL_DATA} ${WRKSRC}/share/${file} ${DATADIR}
.endfor

.include <bsd.port.mk>
@


1.11
log
@- USE_GCC removal was premature, put IGNORE in it's place for now
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Mark DEPRECATED since this has not built for 9+ months.

Approved by:	maintainer timeout
@
text
@d18 1
@


1.9
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@d17 3
a22 1
USE_GCC=	2.95
@


1.8
log
@- Update MASTER_SITES, WWW

PR:		ports/92506
Submitted by:	Hubert Tournier <hubert@@frbsd.org> (maintainer)
@
text
@a17 1
USE_GETOPT_LONG=yes
@


1.7
log
@- fix building problem and unbreak this port
- remove redundant declaration in makefile.conf and use MAKE_ENV directly
- utilize DATADIR in pkg-plist

Noticed by:	kris
@
text
@d12 1
a12 1
MASTER_SITES=	http://plasmahh.hopto.org/
a19 1
USE_REINPLACE=	yes
@


1.6
log
@- add USE_GCC=2.95 and unbreak this port
- remove redundant statement

PR:		72127
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d17 1
a17 4
.if !exists(/usr/include/getopt.h)
MAKE_ENV=	LIBS="${LDFLAGS}" INC="${CPPFLAGS}"
.endif

a24 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502126
BROKEN=		"Does not compile on FreeBSD >= 5.x"
.endif

a25 3
	@@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
		-e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
		-e 's|g++|${CXX}|g' ${WRKSRC}/makefile.conf
d35 1
a35 1
.include <bsd.port.post.mk>
@


1.5
log
@BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
@
text
@d25 1
a25 1

d36 3
a38 3
		-e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/makefile.conf
	@@${REINPLACE_CMD} -e 's|\(INC)\) \(small\)|\1 $$(LIBS) \2|g' ${WRKSRC}/src/makefile
	@@${REINPLACE_CMD} -e 's|-j 5||g' -e 's|@@\(./inst\)|\1|g' ${WRKSRC}/makefile
@


1.4
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d28 6
d47 1
a47 1
.include <bsd.port.mk>
@


1.3
log
@- Update MASTER_SITES

PR:		ports/60993
Submitted by:	Hubert Tournier <hubert@@frbsd.org> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.2
log
@get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
@
text
@d10 1
a10 1
PORTREVISION=	1
d12 1
a12 1
MASTER_SITES=	http://plasmahh.free-bsd.org/
@


1.1
log
@Add smtpmap 0.8, an SMTP software identifier.

PR:		46552
Submitted by:	Hubert Tournier <hubert@@frbsd.org>
@
text
@d10 1
d18 1
a18 3
LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt
MAKE_ENV=	LIBS="-L${LOCALBASE}/lib -lgnugetopt" \
		INC=-I${LOCALBASE}/include
d21 1
@

