freebsd-ports/mail/sigit/Makefile

33 lines
719 B
Makefile
Raw Normal View History

# 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
CATEGORIES= mail
2001-10-31 16:25:22 +01:00
MASTER_SITES= http://www.redhead.dk/download/stable/
DISTNAME= Sigit-${PORTVERSION}
MAINTAINER= petef@FreeBSD.org
COMMENT= A tool to create random signatures
USE_REINPLACE= yes
USE_PERL5= yes
USE_GMAKE= yes
2001-10-31 16:25:22 +01:00
WRKSRC= ${WRKDIR}/sigit-${PORTVERSION}
MAN1= sigit.1 sigit.rc.1
post-patch:
@${REINPLACE_CMD} -e 's,/etc/sigit.rc,${PREFIX}/etc/sigit.rc,; \
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>