aboutsummaryrefslogtreecommitdiff
path: root/print/py-psautohint/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-08-11 18:03:14 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-08-11 18:03:14 +0000
commit4b6aeb5e47424b37f08a9337023173b175525aea (patch)
tree8e6baf283da3706fa406d3da99ae446ced47e740 /print/py-psautohint/Makefile
parent74d9b39105e34ac4785e38c140e531045b05fbfc (diff)
downloadports-4b6aeb5e47424b37f08a9337023173b175525aea.tar.gz
ports-4b6aeb5e47424b37f08a9337023173b175525aea.zip
Notes
Diffstat (limited to 'print/py-psautohint/Makefile')
-rw-r--r--print/py-psautohint/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/print/py-psautohint/Makefile b/print/py-psautohint/Makefile
index 416d4c956ae2..d1f20cc9404c 100644
--- a/print/py-psautohint/Makefile
+++ b/print/py-psautohint/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
PORTNAME= psautohint
-PORTVERSION= 1.1.0
-DISTVERSIONPREFIX= v
+PORTVERSION= 1.7.0
CATEGORIES= print python
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lantw44@gmail.com
@@ -12,12 +12,13 @@ COMMENT= Python wrapper for Adobe PostScript autohinter
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.1.2:print/py-fonttools@${PY_FLAVOR}
-USES= python
+USES= python zip
USE_PYTHON= autoplist concurrent distutils
-USE_GITHUB= yes
-GH_ACCOUNT= adobe-type-tools
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psautohint/_psautohint.so
.include <bsd.port.mk>