freebsd-ports/math/slgrace/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

33 lines
774 B
Makefile

# $FreeBSD$
PORTNAME= slgrace
PORTVERSION= 0.2.2
PORTREVISION= 6
CATEGORIES= math devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v${SLANG_VER}/modules/grace/ \
ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${SLANG_VER}/modules/grace/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= garga/slgrace/
MAINTAINER= garga@FreeBSD.org
COMMENT= SLang module to plot graphs with grace
LICENSE= GPLv2
LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2
RUN_DEPENDS= grace:${PORTSDIR}/math/grace
OPTIONS_DEFINE= DOCS
SLANG_VER= 2.1
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
PLIST_SUB= VERSION=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's, install_docfiles,,' \
-e '/MKINSDIR.*DEST_DOC_FILES_INSTALL_DIR/d' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>