mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
41 lines
1012 B
Makefile
41 lines
1012 B
Makefile
# New ports collection makefile for: slgrace
|
|
# Date created: 2007-08-30
|
|
# Whom: Renato Botelho <garga@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= slgrace
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 3
|
|
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= A SLang module to plot graphs with grace
|
|
|
|
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
|
|
RUN_DEPENDS= grace:${PORTSDIR}/math/grace
|
|
|
|
SLANG_VER= 2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
PORTDOCS= *
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
post-patch:
|
|
.if defined(NOPORTDOCS)
|
|
@${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>
|