freebsd-ports/x11/xtrans/Makefile
Baptiste Daroussin a09895b0fd Change license from X11 to MIT we do not have x11 in the database and x11 is a MIT license:
MIT license / X11 license (from bsd.license.db.mk)
2011-09-20 08:23:03 +00:00

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>