diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-16 01:03:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-16 01:03:13 +0800 |
commit | 39296468fe9f3505c9762129ce09c551f06a8ad1 (patch) | |
tree | 31e7a69f9bec047f04087046a3317528c4fe276a /x11-toolkits | |
parent | ea03666f4cebcefd55d9a3455b05ac885eb334b7 (diff) | |
download | freebsd-ports-gnome-39296468fe9f3505c9762129ce09c551f06a8ad1.tar.gz freebsd-ports-gnome-39296468fe9f3505c9762129ce09c551f06a8ad1.tar.zst freebsd-ports-gnome-39296468fe9f3505c9762129ce09c551f06a8ad1.zip |
- Add LICENSE
- Strip library
Diffstat (limited to 'x11-toolkits')
-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> |