freebsd-ports/sysutils/growspd/Makefile
Erwin Lansing 45a810a935 Reset maintainer.
<growspd@brokep.com>: host mx1.haiq.net[195.14.20.2] said: 550 5.1.1
    <growspd@brokep.com>: Recipient address rejected: User unknown in virtual
    alias table (in reply to RCPT TO command)
2008-02-28 15:51:27 +00:00

22 lines
462 B
Makefile

# New ports collection makefile for: growspd
# Date created: 16 July 2003
# Whom: Peter Kolmisoppi <growspd@brokep.com>
#
# $FreeBSD$
#
PORTNAME= growspd
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://growspd.brokep.com/
MAINTAINER= ports@FreeBSD.org
COMMENT= Quick utility to check files growth rate
MAN1= growspd.1
PLIST_FILES= bin/growspd
post-patch:
@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile
.include <bsd.port.mk>