diff options
author | vd <vd@FreeBSD.org> | 2006-03-15 15:28:59 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-03-15 15:28:59 +0800 |
commit | e11411fe5b6b575da2cbfd06ac96f89294ab3a9b (patch) | |
tree | 1f1b6a600a4633b1dc8a164cf3593c27f0b2fc88 /graphics/vid/Makefile | |
parent | 3952eab511095f118b6516355c36c7fd759957b2 (diff) | |
download | freebsd-ports-gnome-e11411fe5b6b575da2cbfd06ac96f89294ab3a9b.tar.gz freebsd-ports-gnome-e11411fe5b6b575da2cbfd06ac96f89294ab3a9b.tar.zst freebsd-ports-gnome-e11411fe5b6b575da2cbfd06ac96f89294ab3a9b.zip |
Remove expired leaf ports:
2006-02-28 graphics/vid
2006-02-28 graphics/smoke
2006-03-01 misc/globus2
2006-03-14 sysutils/prune
2006-03-14 www/evg
2006-02-28 x11/login.app
Diffstat (limited to 'graphics/vid/Makefile')
-rw-r--r-- | graphics/vid/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile deleted file mode 100644 index e61a6a6a5786..000000000000 --- a/graphics/vid/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: vid -# Date created: Tue Dec 5 13:32:13 GMT 2000 -# Whom: Roger Hardiman <roger@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= vid -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= # - -MAINTAINER= ports@FreeBSD.org -COMMENT= Grab images from USB Cameras using the OV511 and OV511+ chipset - -LIB_DEPENDS= netpbm:${PORTSDIR}/graphics/netpbm - -DEPRECATED= mastersite disappeared, no longer maintained by author -EXPIRATION_DATE=2006-02-28 - -PLIST_FILES= bin/vid -# The port does not understand 'make all' or 'make install' -# so change the 'all_target' to be empty and use our own do-install handler. - -ALL_TARGET= - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin - -.include <bsd.port.mk> |