mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
26 lines
544 B
Makefile
26 lines
544 B
Makefile
PORTNAME= octave-forge-octave_zstd
|
|
DISTVERSION= 1.1.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
|
|
|
|
RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/octave_tar.tar.gz:math/octave-forge-octave_tar
|
|
|
|
USES= octave
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= CNOCTAVE
|
|
GH_PROJECT= octave_zstd
|
|
|
|
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-extract:
|
|
${CHMOD} +x ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|