Lines 2-8
Link Here
|
2 |
# $FreeBSD: ports/x11-fonts/sourcecodepro-ttf/Makefile,v 1.1 2012/09/26 00:18:06 swills Exp $ |
2 |
# $FreeBSD: ports/x11-fonts/sourcecodepro-ttf/Makefile,v 1.1 2012/09/26 00:18:06 swills Exp $ |
3 |
|
3 |
|
4 |
PORTNAME= sourcecodepro-ttf |
4 |
PORTNAME= sourcecodepro-ttf |
5 |
PORTVERSION= 1.009 |
5 |
PORTVERSION= 1.010 |
6 |
CATEGORIES= x11-fonts |
6 |
CATEGORIES= x11-fonts |
7 |
MASTER_SITES= SF/sourcecodepro.adobe |
7 |
MASTER_SITES= SF/sourcecodepro.adobe |
8 |
DISTNAME= SourceCodePro_FontsOnly-${PORTVERSION} |
8 |
DISTNAME= SourceCodePro_FontsOnly-${PORTVERSION} |
Lines 35-46
Link Here
|
35 |
MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir |
35 |
MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir |
36 |
|
36 |
|
37 |
do-build: |
37 |
do-build: |
38 |
cd ${WRKSRC}/ && ${MKFONTSCL_CMD} |
38 |
cd ${WRKSRC}/TTF/ && ${MKFONTSCL_CMD} |
39 |
cd ${WRKSRC}/ && ${MKFONTDIR_CMD} |
39 |
cd ${WRKSRC}/TTF/ && ${MKFONTDIR_CMD} |
40 |
|
40 |
|
41 |
do-install: |
41 |
do-install: |
42 |
${MKDIR} ${FONTDIR} |
42 |
${MKDIR} ${FONTDIR} |
43 |
cd ${WRKSRC}/ && \ |
43 |
cd ${WRKSRC}/TTF/ && \ |
44 |
${INSTALL_DATA} ${INSTDAT} *.ttf ${FONTDIR} |
44 |
${INSTALL_DATA} ${INSTDAT} *.ttf ${FONTDIR} |
45 |
|
45 |
|
46 |
post-install: |
46 |
post-install: |