1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/x11-toolkits/libXaw/Makefile
Muhammad Moinur Rahman 19a40ec555
x11-toolkits/libXaw: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-27 17:27:01 +01:00

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>