2001-08-26 06:55:22 +02:00
|
|
|
# New ports collection makefile for: sigit
|
|
|
|
# Date created: 18 August 2001
|
|
|
|
# Whom: petef
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sigit
|
2001-10-31 16:25:22 +01:00
|
|
|
PORTVERSION= 0.1.0
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2001-08-26 06:55:22 +02:00
|
|
|
CATEGORIES= mail
|
2001-10-31 16:25:22 +01:00
|
|
|
MASTER_SITES= http://www.redhead.dk/download/stable/
|
|
|
|
DISTNAME= Sigit-${PORTVERSION}
|
2001-08-26 06:55:22 +02:00
|
|
|
|
2006-04-14 22:45:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A tool to create random signatures
|
2001-08-26 06:55:22 +02:00
|
|
|
|
2002-11-05 03:50:18 +01:00
|
|
|
USE_PERL5= yes
|
2001-08-26 06:55:22 +02:00
|
|
|
USE_GMAKE= yes
|
2001-10-31 16:25:22 +01:00
|
|
|
WRKSRC= ${WRKDIR}/sigit-${PORTVERSION}
|
2001-08-26 06:55:22 +02:00
|
|
|
|
|
|
|
MAN1= sigit.1 sigit.rc.1
|
|
|
|
|
|
|
|
post-patch:
|
2002-11-04 06:46:38 +01:00
|
|
|
@${REINPLACE_CMD} -e 's,/etc/sigit.rc,${PREFIX}/etc/sigit.rc,; \
|
2001-08-26 06:55:22 +02:00
|
|
|
s,/usr/share/sigit,${DATADIR},' ${WRKSRC}/config.h
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@(if [ ! -f ${PREFIX}/etc/sigit.rc ]; then \
|
|
|
|
${CP} ${PREFIX}/etc/sigit.rc.dist ${PREFIX}/etc/sigit.rc; fi)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|