9b93f5197d
o) Change package name from xbae to Xbae o) Add CONFIGURE_TARGET (new autoconf) o) Fix compile error of ner version on FreeBSD 4 PR: ports/67359 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
33 lines
765 B
Makefile
33 lines
765 B
Makefile
# 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.91
|
|
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_VER=13
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
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>
|