|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/print/typetools/Makefile 327765 2013-09-20 22:43:59Z bapt $ |
2 |
# $FreeBSD: head/print/typetools/Makefile 327765 2013-09-20 22:43:59Z bapt $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= typetools |
4 |
PORTNAME= typetools |
| 5 |
PORTVERSION= 2.98 |
5 |
PORTVERSION= 2.99 |
| 6 |
CATEGORIES= print |
6 |
CATEGORIES= print |
| 7 |
MASTER_SITES= http://www.lcdf.org/type/ |
7 |
MASTER_SITES= http://www.lcdf.org/type/ |
| 8 |
DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} |
8 |
DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} |
|
Lines 13-26
Link Here
|
| 13 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv2 |
| 14 |
|
14 |
|
| 15 |
USE_TEX= base |
15 |
USE_TEX= base |
|
|
16 |
USE_GCC= any |
| 16 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
| 17 |
CONFIGURE_ENV= ac_cv_header_kpathsea_kpathsea_h=yes |
18 |
CONFIGURE_ENV= ac_cv_header_kpathsea_kpathsea_h=yes |
| 18 |
CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE} |
19 |
CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE} |
| 19 |
|
20 |
|
| 20 |
MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \ |
|
|
| 21 |
t1lint.1 t1rawafm.1 t1reencode.1 t1testpage.1 ttftotype42.1 |
| 22 |
|
| 23 |
DATADIR= ${PREFIX}/share/lcdf-${PORTNAME} |
21 |
DATADIR= ${PREFIX}/share/lcdf-${PORTNAME} |
| 24 |
|
22 |
|
| 25 |
NO_STAGE= yes |
|
|
| 26 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |