blob: b791eae1d71053545f50f60a6400995e48c60277 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
# $FreeBSD$
PORTNAME= Xbae
PORTVERSION= 4.60.4
PORTREVISION= 1
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
USES= motif
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS=--enable-production --enable-static
MAN3= XbaeCaption.3 XbaeInput.3 XbaeMatrix.3
NO_STAGE= yes
.include <bsd.port.mk>
|