svn commit: r388718 - head/math/giacxcas

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 15:13:56 UTC 2015


Author: amdmi3
Date: Sun Jun  7 15:13:55 2015
New Revision: 388718
URL: https://svnweb.freebsd.org/changeset/ports/388718

Log:
  - Add LICENSE_FILE
  - Strip library

Modified:
  head/math/giacxcas/Makefile

Modified: head/math/giacxcas/Makefile
==============================================================================
--- head/math/giacxcas/Makefile	Sun Jun  7 15:08:01 2015	(r388717)
+++ head/math/giacxcas/Makefile	Sun Jun  7 15:13:55 2015	(r388718)
@@ -3,7 +3,7 @@
 
 PORTNAME=	giacxcas
 PORTVERSION=	1.1.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	math
 MASTER_SITES=	http://www-fourier.ujf-grenoble.fr/~parisse/giac/ \
 		http://www.math.jussieu.fr/~han/xcas/sources/v2/
@@ -14,6 +14,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Computer algebra system by Bernard Parisse
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
@@ -40,6 +41,7 @@ PORTDOCS=	*
 DATADIR=	${PREFIX}/share/giac
 PORTDATA=	*
 SHEBANG_FILES=	src/pgiac
+INSTALL_TARGET=	install-strip
 
 CONFIGURE_ENV=	X_LIBS=-lX11
 CPPFLAGS+=	-I${FLTKDEV-GIAC} -I${COCOALIB-GIAC}/include -I${LOCALBASE}/include


More information about the svn-ports-all mailing list