aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libXaw/Makefile
blob: da11eaa907229a61406619306104a1bbb4e30960 (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.12
PORTEPOCH=	2
CATEGORIES=	x11-toolkits

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

XORG_CAT=	lib
USE_XORG=	printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt
USES=		gmake
CONFIGURE_ARGS+=--without-xmlto

MAN3=		Xaw.3

NO_STAGE=	yes
.include <bsd.port.mk>