mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
17 lines
412 B
Makefile
17 lines
412 B
Makefile
PORTNAME= octave-forge-octclip
|
|
PORTVERSION= 2.0.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://bitbucket.org/jgpallero/octclip/downloads/
|
|
DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|