Changeset View
Changeset View
Standalone View
Standalone View
head/math/asymptote/Makefile
| # Created by: Nicola Vitale <nivit@email.it> | # Created by: Nicola Vitale <nivit@email.it> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= asymptote | PORTNAME= asymptote | ||||
| PORTVERSION= 2.67 | PORTVERSION= 2.67 | ||||
| PORTREVISION= 0 | PORTREVISION= 1 | ||||
| CATEGORIES= math | CATEGORIES= math | ||||
| MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} | MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} | ||||
| DISTNAME= ${PORTNAME}-${PORTVERSION}.src | DISTNAME= ${PORTNAME}-${PORTVERSION}.src | ||||
| MAINTAINER= nivit@FreeBSD.org | MAINTAINER= nivit@FreeBSD.org | ||||
| COMMENT= Powerful script-based vector graphics language | COMMENT= Powerful script-based vector graphics language | ||||
| LICENSE= GPLv3 LGPL3 | LICENSE= GPLv3 LGPL3 | ||||
| LICENSE_COMB= dual | LICENSE_COMB= dual | ||||
| ONLY_FOR_ARCHS= amd64 i386 | ONLY_FOR_ARCHS= amd64 i386 | ||||
| LIB_DEPENDS= libcurl.so:ftp/curl \ | LIB_DEPENDS= libcurl.so:ftp/curl \ | ||||
| libsigsegv.so:devel/libsigsegv | libsigsegv.so:devel/libsigsegv | ||||
| RUN_DEPENDS= rsvg-convert:graphics/librsvg2 \ | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cson>=0.8:devel/py-cson@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}cson>=0.8:devel/py-cson@${PY_FLAVOR} \ | |||||
| ${PYTHON_PKGNAMEPREFIX}qt5-svg>0:graphics/py-qt5-svg@${PY_FLAVOR} \ | ${PYTHON_PKGNAMEPREFIX}qt5-svg>0:graphics/py-qt5-svg@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}qt5-widgets>0:x11-toolkits/py-qt5-widgets@${PY_FLAVOR} \ | ${PYTHON_PKGNAMEPREFIX}qt5-widgets>0:x11-toolkits/py-qt5-widgets@${PY_FLAVOR} \ | ||||
| ${PY_PILLOW} | ${PY_PILLOW} | ||||
| USES= compiler:c++14-lang gettext-runtime ghostscript gl gmake ncurses perl5 python:3.6+ \ | USES= compiler:c++14-lang gettext-runtime ghostscript gl gmake gnome ncurses perl5 python:3.6+ \ | ||||
| shebangfix tar:tgz | shebangfix tar:tgz | ||||
| SHEBANG_FILES= GUI/*.py | SHEBANG_FILES= GUI/*.py | ||||
| USE_GL= gl glu glut | USE_GL= gl glu glut | ||||
| USE_GNOME= librsvg2:run | |||||
| USE_PERL5= build | USE_PERL5= build | ||||
| USE_TEX= dvipsk formats | USE_TEX= dvipsk formats | ||||
| CPPFLAGS+= -I${LOCALBASE}/include | CPPFLAGS+= -I${LOCALBASE}/include | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| MAKE_ENV= ASYMPTOTE_HOME=${WRKDIR} HOME=${WRKDIR} | MAKE_ENV= ASYMPTOTE_HOME=${WRKDIR} HOME=${WRKDIR} | ||||
| MAKE_JOBS_UNSAFE= yes | MAKE_JOBS_UNSAFE= yes | ||||
| ▲ Show 20 Lines • Show All 53 Lines • Show Last 20 Lines | |||||