|
Lines 7-27
Link Here
|
| 7 |
# |
7 |
# |
| 8 |
|
8 |
|
| 9 |
PORTNAME= t1lib |
9 |
PORTNAME= t1lib |
| 10 |
PORTVERSION= 5.0.1 |
10 |
PORTVERSION= 5.1.0 |
| 11 |
PORTEPOCH= 1 |
11 |
PORTEPOCH= 1 |
| 12 |
CATEGORIES= devel |
12 |
CATEGORIES= devel |
| 13 |
### 5.0.2 seems to cause problems with xpdf |
13 |
MASTER_SITES= ${MASTER_SITE_SUNSITE} |
| 14 |
### 5.0.1 has been vanished from most of ibilio/sunsite mirror sites |
|
|
| 15 |
#MASTER_SITES= ${MASTER_SITE_SUNSITE} |
| 16 |
MASTER_SITES= http://sunsite.rediris.es/sites2/ibiblio.org/linux/%SUBDIR%/ |
| 17 |
MASTER_SITE_SUBDIR= libs/graphics |
14 |
MASTER_SITE_SUBDIR= libs/graphics |
| 18 |
|
15 |
|
| 19 |
MAINTAINER= ports@FreeBSD.org |
16 |
MAINTAINER= ports@FreeBSD.org |
| 20 |
COMMENT= A Type 1 Rasterizer Library for UNIX/X11 |
17 |
COMMENT= A Type 1 Rasterizer Library for UNIX/X11 |
| 21 |
|
18 |
|
| 22 |
USE_GMAKE= yes |
|
|
| 23 |
USE_REINPLACE= yes |
19 |
USE_REINPLACE= yes |
| 24 |
USE_INC_LIBTOOL_VER=15 |
20 |
USE_GMAKE= yes |
|
|
21 |
USE_LIBTOOL_VER= 15 |
| 22 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
| 25 |
ALL_TARGET= without_doc |
23 |
ALL_TARGET= without_doc |
| 26 |
INSTALLS_SHLIB= yes |
24 |
INSTALLS_SHLIB= yes |
| 27 |
|
25 |
|
|
Lines 35-47
Link Here
|
| 35 |
.endif |
33 |
.endif |
| 36 |
|
34 |
|
| 37 |
post-patch: |
35 |
post-patch: |
| 38 |
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ |
36 |
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ |
| 39 |
${WRKSRC}/configure |
37 |
's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|g' |
| 40 |
@${REINPLACE_CMD} -e 's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|' \ |
|
|
| 41 |
${WRKSRC}/xglyph/Makefile.in ${WRKSRC}/lib/type1/Makefile.in \ |
| 42 |
${WRKSRC}/lib/t1lib/Makefile.in ${WRKSRC}/lib/Makefile.in \ |
| 43 |
${WRKSRC}/type1afm/Makefile.in ${WRKSRC}/examples/Makefile.in |
| 44 |
|
| 45 |
|
38 |
|
| 46 |
post-install: |
39 |
post-install: |
| 47 |
.if !defined(NOPORTDOCS) |
40 |
.if !defined(NOPORTDOCS) |