mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
19a40ec555
Approved by: portmgr (blanket)
21 lines
428 B
Makefile
21 lines
428 B
Makefile
PORTNAME= libXaw
|
|
PORTVERSION= 1.0.14
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 2
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Athena Widgets library
|
|
WWW= https://www.freedesktop.org/wiki/Software/xlibs/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake xorg xorg-cat:lib
|
|
USE_XORG= x11 xau xext xmu xpm xorgproto xt
|
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
CONFIGURE_ARGS= --without-xmlto
|
|
|
|
.include <bsd.port.mk>
|