2003-06-17 00:03:58 +00:00
|
|
|
# New ports collection makefile for: smtpmap
|
|
|
|
# Date created: 26 decembre 2002
|
|
|
|
# Whom: Hubert Tournier <hubert@frbsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= smtpmap
|
|
|
|
PORTVERSION= 0.8
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 3
|
2003-06-17 00:03:58 +00:00
|
|
|
CATEGORIES= security mail net
|
2004-01-06 22:38:40 +00:00
|
|
|
MASTER_SITES= http://plasmahh.hopto.org/
|
2003-06-17 00:03:58 +00:00
|
|
|
|
|
|
|
MAINTAINER= hubert@frbsd.org
|
|
|
|
COMMENT= An SMTP software identifier
|
|
|
|
|
2004-10-24 03:09:51 +00:00
|
|
|
MAKE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
|
2003-07-14 02:53:03 +00:00
|
|
|
USE_GETOPT_LONG=yes
|
2003-06-17 00:03:58 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_GMAKE= yes
|
2004-10-13 01:49:45 +00:00
|
|
|
USE_GCC= 2.95
|
2003-06-17 00:03:58 +00:00
|
|
|
MAKEFILE= makefile
|
|
|
|
|
|
|
|
post-patch:
|
2004-10-13 01:49:45 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-j 5||g' ${WRKSRC}/makefile
|
2003-06-17 00:03:58 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2004-10-24 03:09:51 +00:00
|
|
|
.include <bsd.port.mk>
|