freebsd-ports/sysutils/safecat/Makefile
Peter Pentchev 1c5c853fca Update to 1.5, remove all my unneeded patches, after Peter van Dijk
and the author, Len Budney, convinced me there was no need for my
changes.

Final push by:	Bill Fenner's distfiles check
2001-02-21 18:44:54 +00:00

25 lines
602 B
Makefile

# New ports collection makefile for: safecat
# Date created: 27 November 2000
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= safecat
PORTVERSION= 1.5
CATEGORIES= sysutils mail
MASTER_SITES= http://www.nb.net/~lbudney/linux/software/safecat/
MAINTAINER= roam@FreeBSD.org
MAN1= safecat.1 maildir.1
do-configure:
${PERL} -pi.fbsd -e "s,/usr/local,${PREFIX}," ${WRKSRC}/conf-root
${PERL} -pi.fbsd -e "s,cc -O2,${CC} ${CFLAGS}," ${WRKSRC}/conf-cc
${PERL} -pi.fbsd -e "s,cc -s,${CC} ${CFLAGS} ${STRIP}," ${WRKSRC}/conf-ld
ALL_TARGET= it
INSTALL_TARGET= setup check
.include <bsd.port.mk>