forked from Lainports/freebsd-ports
Deprecate x11/libXTrap and set expiration date. x11/libXTrap implements the XTrap extension proposed for X11R5, but then removed in X11R6, which was released in 1994. Sponsored by: B3 Init
17 lines
270 B
Makefile
17 lines
270 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libXTrap
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= The XTrap library
|
|
|
|
DEPRECATED= Deprecated upstream
|
|
EXPIRATION_DATE=2019-10-01
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 xext xorgproto xt
|
|
|
|
.include <bsd.port.mk>
|