blob: 8cd82d5745ac0cf9827ef90a79b48ac7c88378b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= Xbae
PORTVERSION= 4.60.4
PORTREVISION= 3
CATEGORIES= x11-toolkits math
MASTER_SITES= SF
DISTNAME= xbae-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Motif-based widget which displays a grid of cells as a spreadsheet
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_riscv64= Fails to link: missing sbrk
USES= libtool motif
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-production
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|