OLD | NEW |
1 # Copyright 2010 The Freetype-Go Authors. All rights reserved. | 1 # Copyright 2010 The Freetype-Go Authors. All rights reserved. |
2 # Use of this source code is governed by your choice of either the | 2 # Use of this source code is governed by your choice of either the |
3 # FreeType License or the GNU General Public License version 2 (or | 3 # FreeType License or the GNU General Public License version 2 (or |
4 # any later version), both of which can be found in the LICENSE file. | 4 # any later version), both of which can be found in the LICENSE file. |
5 | 5 |
6 include $(GOROOT)/src/Make.inc | 6 include $(GOROOT)/src/Make.inc |
7 | 7 |
8 TARG=freetype-go.googlecode.com/hg/freetype/truetype | 8 TARG=code.google.com/p/freetype-go/freetype/truetype |
9 GOFILES=\ | 9 GOFILES=\ |
10 truetype.go\ | 10 truetype.go\ |
11 | 11 |
12 include $(GOROOT)/src/Make.pkg | 12 include $(GOROOT)/src/Make.pkg |
13 | 13 |
OLD | NEW |