diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-18 10:43:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-18 10:43:08 +0000 |
commit | b6fb1da3acbc11280a4a5866f46ec271b3e2966f (patch) | |
tree | 1266f6319545bd44e73722f99ee604709acf3dd1 /graphics/graphite2/Makefile | |
parent | 9843aadd8f68b9875dfdafad63f73578bed0de95 (diff) | |
download | ports-b6fb1da3acbc11280a4a5866f46ec271b3e2966f.tar.gz ports-b6fb1da3acbc11280a4a5866f46ec271b3e2966f.zip |
Notes
Diffstat (limited to 'graphics/graphite2/Makefile')
-rw-r--r-- | graphics/graphite2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/graphite2/Makefile b/graphics/graphite2/Makefile index 78a9a3c23a11..dd79e7f6750a 100644 --- a/graphics/graphite2/Makefile +++ b/graphics/graphite2/Makefile @@ -3,7 +3,6 @@ PORTNAME= graphite2 PORTVERSION= 1.3.7 CATEGORIES= graphics print -MASTER_SITES= SF/silgraphite/${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Rendering capabilities for complex non-Roman writing systems @@ -11,6 +10,10 @@ COMMENT= Rendering capabilities for complex non-Roman writing systems LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual +USE_GITHUB= yes +GH_ACCOUNT= silnrsi +GH_PROJECT= graphite + USES= cmake tar:tgz USE_LDCONFIG= yes |