# New ports collection makefile for: metalog # Date Created: 27 Aug 2002 # Whom: Sergei Kolobov # # $FreeBSD$ # PORTNAME= metalog PORTVERSION= 0.7 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sergei@kolobov.com COMMENT= Modern syslogd replacement with PCRE support LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} # Needed for metalog's configure to find installed devel/pcre port CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN8= metalog.8 DOCS= AUTHORS NEWS README post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/metalog.conf ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include n='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* Upgrade from 1.10 to 1.11. (One of the self-tests is failing on mymi2009-03-014-24/+80
* - Change default Tcl/Tk version to 8.5mm2009-02-231-1/+1
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1
* Install into unversioned ${PREFIX}/lib/tcllib instead ofmi2007-09-282-502/+508
* Don't insist on Tcl-8.5. The stuff works just fine with 8.4.mi2007-09-251-1/+1
* Upgrade from 1.9 to 1.10. Some new modules, some fixed bugs.mi2007-09-146-311/+68
* - remove BUILD_DEPENDS line (replaced by USE_TCL_*)mm2007-06-282-3/+197
* Convert to using the USE_TCL knobs instead of trying to guess themi2007-06-282-13/+8
* Add a patch from the vendor's CVS, which solves the problem of shortmi2007-02-132-0/+36
* Remove the BROKEN tag. The self-tests are still run post-build, butmi2007-01-231-4/+2
* BROKEN: Fails self-testskris2006-11-171-0/+2
* Several tests fail, when run as root. Arrange to run them as `nobody', whenmi2006-10-112-12/+21
* In case of a self-test failure, include the output of "uname -a" in themi2006-10-101-0/+1
* Add the three missing executables installed by tcllib into bin/. Theymi2006-10-101-0/+3
* Add vendor's patch, which fixes 3 false test failures.mi2006-10-091-0/+46
* Fix the path to testlog.failures, which is shown if there were any, uhm,mi2006-10-091-1/+1
* Update from 1.7 to 1.9. Vendor has fixed the self-tests on multiple arches.mi2006-10-093-58/+242
* Depend on tclsh${TCL_VER} instead of tclsh, which is (or used to be?) ami2006-07-021-1/+1
* SHA256ifyedwin2006-01-22