a09895b0fd
MIT license / X11 license (from bsd.license.db.mk)
22 lines
355 B
Makefile
22 lines
355 B
Makefile
# New ports collection makefile for: xtrans
|
|
# Date Created: 08 Aug 2005
|
|
# Whom: Dejan Lesjak <lesi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtrans
|
|
PORTVERSION= 1.2.6
|
|
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>
|