# New ports collection makefile for: httplog # Date created: 25 November 2001 # Whom: anders # # $FreeBSD$ # PORTNAME= httplog PORTVERSION= 2.1 PORTREVISION= 1 CATEGORIES= sysutils www MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Apache log rollover program with strftime(3) filename support MAN8= httplog.8 PLIST_FILES= sbin/httplog PORTDOCS= ChangeLog README HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} post-patch: (cd ${WRKSRC} && \ ${REINPLACE_CMD} -e "s@@@" httplog.c && \ ${REINPLACE_CMD} -e \ "s@/var/lib/apache/bin/httplog@${PREFIX}/sbin/httplog@" \ httplog.8) do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o httplog httplog.c -lz) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/httplog ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/httplog.8 ${MAN8PREFIX}/man/man8 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include ='cgit logo'/> index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* security/vault: update to 6.2swills2016-11-088-82/+23
* security/vault: update to 0.5.3swills2016-05-282-4/+4
* security/vault: update to 0.5.2swills2016-05-216-8/+76
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-1/+1
* security/vault: update to 0.3.0, add LICENSEswills2015-10-062-4/+5
* security/vault: fix typo in Makefileswills2015-07-311-1/+2
* security/vault: update to 0.2.0swills2015-07-223-137/+12
* security/vault: add missing line to rc scriptswills2015-06-292-0/+3