diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-30 09:15:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-30 09:15:20 +0800 |
commit | a826473842bde50f6681b490a9f3160a21371613 (patch) | |
tree | 4f0c4b4206e69537be195d51aa2a26f486b60e75 /astro/astrometry | |
parent | 90a8cf62e29af5caeeee544e2fa90de711f8e3c0 (diff) | |
download | freebsd-ports-gnome-a826473842bde50f6681b490a9f3160a21371613.tar.gz freebsd-ports-gnome-a826473842bde50f6681b490a9f3160a21371613.tar.zst freebsd-ports-gnome-a826473842bde50f6681b490a9f3160a21371613.zip |
Convert astro to USES=gmake
While here:
- Trim headers
- Use shebangfix when needed
- Convert to new perl5 world
Diffstat (limited to 'astro/astrometry')
-rw-r--r-- | astro/astrometry/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index 805ca6f79dc7..daa0ef4fb2ef 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: astrometry -# Date created: 7 July 2009 -# Whom: Dereckson <dereckson@gmail.com> -# +# Created by: Dereckson <dereckson@gmail.com> # $FreeBSD$ -# PORTNAME= astrometry PORTVERSION= 0.34 @@ -22,8 +18,8 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy +USES= gmake USE_PYTHON= 2.5+ -USE_GMAKE= yes ALL_TARGET= all extra MAKE_ENV= INSTALL_DIR=${PREFIX}/astrometry MAKE_JOBS_UNSAFE= yes |