aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libXaw/Makefile
blob: d4dc7495084606eea2b4a318fde413e6cb0dd6b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=	libXaw
PORTVERSION=	1.0.13
PORTREVISION=	3
PORTEPOCH=	2
CATEGORIES=	x11-toolkits

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X Athena Widgets library

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gmake xorg xorg-cat:lib
USE_XORG=	x11 xau xext xmu xpm xorgproto xt
CONFIGURE_ARGS=	--without-xmlto

.include <bsd.port.mk>