diff options
author | pav <pav@FreeBSD.org> | 2006-01-15 05:16:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-15 05:16:35 +0800 |
commit | 7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602 (patch) | |
tree | 765cfcfa89d9f76d50e0d05b3be1a5900ca064bf /net/4g8/Makefile | |
parent | 53e4d2159716f78b0b9b121428ca6c67428cfcb0 (diff) | |
download | freebsd-ports-gnome-7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602.tar.gz freebsd-ports-gnome-7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602.tar.zst freebsd-ports-gnome-7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602.zip |
- Remove expired ports
Diffstat (limited to 'net/4g8/Makefile')
-rw-r--r-- | net/4g8/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net/4g8/Makefile b/net/4g8/Makefile deleted file mode 100644 index 32152628b774..000000000000 --- a/net/4g8/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: 4g8 -# Date created: 25.01.2004 -# Whom: krion -# -# $FreeBSD$ -# - -PORTNAME= 4g8 -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://forgate.sourceforge.net/downloads/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= 4g8 is a tool that allows you to capture traffic - -DEPRECATED= "no longer actively maintained, author suggests ettercap instead" -EXPIRATION_DATE= 2006-01-12 - -BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet - -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -PLIST_FILES= sbin/4g8 - -.include <bsd.port.mk> |