# New ports collection makefile for: fragroute # Date created: 19 May 2002 # Whom: Dominic Marks # # $FreeBSD$ # PORTNAME= fragroute PORTVERSION= 1.2 PORTREVISION= 11 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= UNIX/security MAINTAINER= ports@FreeBSD.org COMMENT= Tool for intercepting, modifying, and rewriting egress traffic LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \ event-1.4:${PORTSDIR}/devel/libevent LICENSE= BSD GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} --with-pcap MAN8= fragroute.8 fragtest.8 SCRIPTS= README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \ frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 tcp-5 \ tcp-7 tcp-9 pre-install: ${MKDIR} ${DATADIR} .for FILE in ${SCRIPTS} ${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${DATADIR} .endfor .include ~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-0/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* science/py-lifelines: update to 0.19.5rm2019-02-281-2/+4
|
* science/py-lifelines: update to 0.17.0rm2019-01-141-2/+3
|
* science/py-lifelines: update to 0.16.1rm2019-01-041-1/+1
|
* science/py-lifelines: update to 0.15.4rm2018-12-221-1/+1
|
* science/py-lifelines: update to 0.15.3rm2018-12-141-3/+3
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590