02e1907e8e
- Strip library
23 lines
502 B
Makefile
23 lines
502 B
Makefile
# Created by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
USES= libtool motif
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-production
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|