17 lines
272 B
Makefile
17 lines
272 B
Makefile
# Created by: Dejan Lesjak <lesi@FreeBSD.org>
|
|
|
|
PORTNAME= xtrans
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Abstract network code for X
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= xorg-cat:lib
|
|
|
|
CONFIGURE_ARGS+=--disable-docs --without-xmlto
|
|
|
|
.include <bsd.port.mk>
|