aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/xbae/Makefile
blob: 58c6810901e4d6deb36dfb7f57621e6cfd45e517 (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
24
25
26
27
28
29
30
31
# New ports collection makefile for:	Xbae
# Date created:		11 December 96
# Whom:			Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
# With some
# modifications from:	Andreas Klemm <andreas@FreeBSD.ORG>
#
# $FreeBSD$
#

PORTNAME=	xbae
PORTVERSION=	4.50.0
CATEGORIES=	x11-toolkits math
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	xbae
DISTNAME=	Xbae-${PORTVERSION}

MAINTAINER=	Lars.Koeller@Uni-Bielefeld.de
COMMENT=	A Motif-based widget which displays a grid of cells as a spreadsheet

USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes

USE_MOTIF=	yes
USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes

CONFIGURE_ARGS=--enable-production

MAN3=		XbaeCaption.3 XbaeInput.3 XbaeMatrix.3

.include <bsd.port.mk>