diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-15 17:03:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-15 17:03:13 +0000 |
commit | 02e1907e8ecc99a72ec90336615ebb106c820a63 (patch) | |
tree | 31e7a69f9bec047f04087046a3317528c4fe276a /x11-toolkits/xbae | |
parent | 11dbaf82ae1f65d3a298649b418747aa3be8a660 (diff) | |
download | ports-02e1907e8ecc99a72ec90336615ebb106c820a63.tar.gz ports-02e1907e8ecc99a72ec90336615ebb106c820a63.zip |
Notes
Diffstat (limited to 'x11-toolkits/xbae')
-rw-r--r-- | x11-toolkits/xbae/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile index 376bc6eadb21..de77d8e2583c 100644 --- a/x11-toolkits/xbae/Makefile +++ b/x11-toolkits/xbae/Makefile @@ -3,7 +3,7 @@ PORTNAME= Xbae PORTVERSION= 4.60.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits math MASTER_SITES= SF DISTNAME= xbae-${PORTVERSION} @@ -11,9 +11,13 @@ 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> |