forked from Lainports/freebsd-ports
As part of the improvements of USES infrastructure Mk/bsd.octave.mk has been converted to Mk/Uses/octave.mk. This also declutters some old stuffs in the octave-* ports and makes it simpler to add more octave-forge ports easily. While I am here make all the ports portclippy/portfmt compliant. And use USES macros whenever possible. Reviewed by: portmgr Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D37887
25 lines
529 B
Makefile
25 lines
529 B
Makefile
PORTNAME= octave-forge-pythonic
|
|
DISTVERSION= 0.0.1+
|
|
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
|
|
|
|
BUILD_DEPENDS= gsed:textproc/gsed
|
|
|
|
USES= octave python
|
|
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= mtmiller
|
|
GL_PROJECT= octave-pythonic
|
|
GL_COMMIT= 3dbe9a06c1dec1a138f398b951e18044a00e063d
|
|
|
|
OCTAVE_SRC= ${GL_PROJECT}-${GL_COMMIT}
|
|
|
|
MAKE_ENV+= PYTHON=${PYTHON_CMD} SED=gsed
|
|
|
|
.include <bsd.port.mk>
|