mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
9d5f98a126
This is a maintenance release. Changelog: https://lists.x.org/archives/xorg-announce/2019-March/002980.html
18 lines
278 B
Makefile
18 lines
278 B
Makefile
# Created by: Dejan Lesjak <lesi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtrans
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Abstract network code for X
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
|
|
CONFIGURE_ARGS+=--disable-docs --without-xmlto
|
|
|
|
.include <bsd.port.mk>
|