1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/math/octave-forge-pkg-octave-doc/Makefile
Stephen Montgomery-Smith fd81cd2633 math/octave-forge-pkg-octave-doc: New port.
This package provides functions for generating HTML pages that
contain the help texts of the functions of an octave package. The
package is designed to work with installed packages and use their
INDEX file for creating the respective functions' HTML pages. The
default layout is based on boootstrap 5 and it follows the design of
the Octave Packages GitHub page.
2023-04-25 19:40:10 -05:00

24 lines
475 B
Makefile

PORTNAME= octave-forge-pkg-octave-doc
DISTVERSIONPREFIX= release-
DISTVERSION= 0.5.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= https://packages.octave.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
USES= octave
USE_GITHUB= yes
GH_ACCOUNT= gnu-octave
GH_PROJECT= pkg-octave-doc
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSIONPREFIX}${DISTVERSION}
NO_ARCH= yes
NO_BUILD= yes
.include <bsd.port.mk>