diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-09-18 18:22:12 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-09-18 18:22:12 +0000 |
commit | 474905dca95b77567ef734880b3c8b1381e2e264 (patch) | |
tree | a938bd3c99266d004e4186b75897598d528ac55e /devel/t1lib/Makefile | |
parent | 206ef322e1da2360e9d9aaa1a5d367d1f939fc91 (diff) | |
download | ports-474905dca95b77567ef734880b3c8b1381e2e264.tar.gz ports-474905dca95b77567ef734880b3c8b1381e2e264.zip |
Notes
Diffstat (limited to 'devel/t1lib/Makefile')
-rw-r--r-- | devel/t1lib/Makefile | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile index 566a36f411d2..744d93deba64 100644 --- a/devel/t1lib/Makefile +++ b/devel/t1lib/Makefile @@ -7,21 +7,19 @@ # PORTNAME= t1lib -PORTVERSION= 5.0.1 +PORTVERSION= 5.1.0 PORTEPOCH= 1 CATEGORIES= devel -### 5.0.2 seems to cause problems with xpdf -### 5.0.1 has been vanished from most of ibilio/sunsite mirror sites -#MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITES= http://sunsite.rediris.es/sites2/ibiblio.org/linux/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= ports@FreeBSD.org COMMENT= A Type 1 Rasterizer Library for UNIX/X11 -USE_GMAKE= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER=15 +USE_GMAKE= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ALL_TARGET= without_doc INSTALLS_SHLIB= yes @@ -35,13 +33,8 @@ PLIST_SUB+= X11="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|' \ - ${WRKSRC}/xglyph/Makefile.in ${WRKSRC}/lib/type1/Makefile.in \ - ${WRKSRC}/lib/t1lib/Makefile.in ${WRKSRC}/lib/Makefile.in \ - ${WRKSRC}/type1afm/Makefile.in ${WRKSRC}/examples/Makefile.in - + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|g' post-install: .if !defined(NOPORTDOCS) |