# New ports collection makefile for: flog # Date created: 7 October 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= flog PORTVERSION= 1.5 CATEGORIES= sysutils MASTER_SITES= http://oss.ezic.com/flog/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= anders@FreeBSD.org COMMENT= A small STDIN-to-file logger with support for log rotation USE_REINPLACE= yes PORTDOCS= README post-patch: ${REINPLACE_CMD} -e "s@|O_LARGEFILE@@" ${WRKSRC}/flog.c do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/flog ${WRKSRC}/flog.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flog ${PREFIX}/bin .if !defined(NOPORTDOCS) ${INSTALL} -d -m 0755 ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include ory'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Convert from USE_MOTIF to USES=motifbapt2013-07-101-7/+2
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
* Utilize USE_MOTIFmakc2011-04-252-3/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Do not echo post-build command.alepulver2007-02-192-5/+9