mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
b8b2ff493c
Deprecate x11/xfindproxy and x11/xfwp, they are deprecated upstream. Make the deprecation timer extra short, since these ports are in the way of other updates on x11 land. PR: 241314 (related) MFH: 2019Q4 (do we MFH deprecation notices?)
22 lines
317 B
Makefile
22 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xfwp
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X firewall proxy
|
|
|
|
DEPRECATED= Deprecated upstream
|
|
EXPIRATION_DATE=2019-11-06
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 ice xorgproto
|
|
|
|
PLIST_FILES= bin/xfwp man/man1/xfwp.1.gz
|
|
|
|
.include <bsd.port.mk>
|