diff options
author | decke <decke@FreeBSD.org> | 2010-08-19 17:04:07 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2010-08-19 17:04:07 +0800 |
commit | e8038d5c041638913ee98cf40b7f90e2bd44f65f (patch) | |
tree | cd7866896346381ce283fd567f1555668c3f2e62 /www | |
parent | b4f8a0e919f714469fcd0ab87d4043197938cff7 (diff) | |
download | freebsd-ports-graphics-e8038d5c041638913ee98cf40b7f90e2bd44f65f.tar.gz freebsd-ports-graphics-e8038d5c041638913ee98cf40b7f90e2bd44f65f.tar.zst freebsd-ports-graphics-e8038d5c041638913ee98cf40b7f90e2bd44f65f.zip |
- Mark DEPRECATED and set EXPIRATION_DATE to 2010-11-01
PR: ports/149717
Submitted by: Simon Olofsson <simon at olofsson dot de>
Approved by: miwi (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/wb0/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/wb0/Makefile b/www/wb0/Makefile index a4b1330a9f2..88afbfeba12 100644 --- a/www/wb0/Makefile +++ b/www/wb0/Makefile @@ -20,6 +20,9 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ vga.1:${PORTSDIR}/graphics/svgalib \ png.6:${PORTSDIR}/graphics/png +DEPRECATED= Development has ceased. +EXPIRATION_DATE= 2010-11-01 + DOCS= AUTHORS Changelog README etc/wb0/wb0.config.README PORTDOCS= ${DOCS:T} ONLY_FOR_ARCHS= i386 |