# New ports collection makefile for: sarg # Date created: 23.02.2003 # Whom: mt@primats.org.ua # # $FreeBSD$ # PORTNAME= sarg PORTVERSION= 2.2.5 CATEGORIES= www MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= Squid log analyzer and HTML report generator OPTIONS= GD "Enable GD support" on USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CC=gcc CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-bindir="${PREFIX}/bin" \ --enable-sysconfdir="${PREFIX}/etc/${PORTNAME}" \ --enable-htmldir="${PREFIX}/www/${PORTNAME}" \ --enable-mandir="${MAN1PREFIX}/man/man1" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= sarg.1 .include .if !defined(WITHOUT_GD) GD_PORT?= graphics/gd LIB_DEPENDS+= gd.4:${PORTSDIR}/${GD_PORT} .endif post-extract: @${CHMOD} +x ${WRKSRC}/sarg-php/locale post-patch: @${REINPLACE_CMD} -e '/^LDFLAGS=/d' ${WRKSRC}/${CONFIGURE_SCRIPT} .include ef='/~lantw44/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-291-1/+1
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-251-10/+3
* graphics/py-pillow: Update to 7.0.0Kai Knoblich2020-02-241-3/+11
* textproc/py-qrcode: Update to 6.1. From CHANGES.rst:Craig Leres2019-06-222-5/+4
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
* Update to 6.0:Craig Leres2018-06-212-5/+4
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-211-2/+2
* Allow concurrent installation (USE_PYTHON=concurrent).Craig Leres2018-02-131-2/+2