diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-10-31 23:37:49 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-10-31 23:37:49 +0000 |
commit | 35f2a1f2f10bcc64a26b2820c57d7af15d1688ff (patch) | |
tree | 4dcff9bf2221af87ba961dcebe03c8d097328ee5 /math/slgrace | |
parent | b5da2417a0af4f77f70c200b2d177232e44f3d5d (diff) |
. Add LICENSE
. Simplify Makefile
. Use space on WWW line
Notes
Notes:
svn path=/head/; revision=332304
Diffstat (limited to 'math/slgrace')
-rw-r--r-- | math/slgrace/Makefile | 9 | ||||
-rw-r--r-- | math/slgrace/pkg-descr | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/math/slgrace/Makefile b/math/slgrace/Makefile index cb734b809923..a9e9bc28b35c 100644 --- a/math/slgrace/Makefile +++ b/math/slgrace/Makefile @@ -12,6 +12,8 @@ MASTER_SITE_SUBDIR= garga/slgrace/ MAINTAINER= garga@FreeBSD.org COMMENT= A SLang module to plot graphs with grace +LICENSE= GPLv2 + LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 RUN_DEPENDS= grace:${PORTSDIR}/math/grace @@ -24,16 +26,9 @@ MAKE_JOBS_UNSAFE= yes PORTDOCS= * PLIST_SUB= VERSION=${PORTVERSION} -.include <bsd.port.options.mk> - post-patch: -.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e 's, install_docfiles,,' \ -e '/MKINSDIR.*DEST_DOC_FILES_INSTALL_DIR/d' \ ${WRKSRC}/src/Makefile.in -.else - @${REINPLACE_CMD} -E 's,^(DOC_FILES_INSTALL_DIR) *= *.*$$,\1 = ${DOCSDIR},' \ - ${WRKSRC}/src/Makefile.in -.endif .include <bsd.port.mk> diff --git a/math/slgrace/pkg-descr b/math/slgrace/pkg-descr index 04ba5b4a0822..47d34c2f6d42 100644 --- a/math/slgrace/pkg-descr +++ b/math/slgrace/pkg-descr @@ -3,4 +3,4 @@ A S-Lang module to plot graphs using grace. Grace is a popular plotting tool that produces publication quality plots. The S-Lang module interacts with grace via pipes. -WWW: http://www.jedsoft.org/slang/modules/grace/index.html +WWW: http://www.jedsoft.org/slang/modules/grace/index.html |