freebsd-ports/x11-toolkits/xbae/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

29 lines
739 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= ports@FreeBSD.org
COMMENT= A Motif-based widget which displays a grid of cells as a spreadsheet
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
USE_MOTIF= yes
USE_X_PREFIX= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS=--enable-production
MAN3= XbaeCaption.3 XbaeInput.3 XbaeMatrix.3
.include <bsd.port.mk>