mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
upgrade to 1.3.1
PR: 32216 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
a47260d708
commit
71d8cf1229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50414
3 changed files with 7 additions and 10 deletions
|
@ -7,14 +7,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= t1lib
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= libs/graphics
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
USE_XLIB= yes
|
||||
|
@ -23,9 +25,6 @@ CONFIGURE_ARGS+= --with-x
|
|||
CONFIGURE_ARGS+= --without-x
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/T1Lib-${PORTVERSION}
|
||||
|
||||
# DOCS depends on LaTeX and LaTeX-babel module
|
||||
#.if defined(NOPORTDOCS)
|
||||
ALL_TARGET= without_doc
|
||||
|
@ -33,6 +32,4 @@ ALL_TARGET= without_doc
|
|||
#BUILD_DEPEND+= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex
|
||||
#.endif
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (t1lib-1.2.tar.gz) = 24afebaf152307049329bd5177c43863
|
||||
MD5 (t1lib-1.3.1.tar.gz) = bce5051f2ad068af49d44cf6203e22ce
|
||||
|
|
|
@ -4,11 +4,11 @@ include/t1lib.h
|
|||
include/t1libx.h
|
||||
lib/libt1.a
|
||||
lib/libt1.so
|
||||
lib/libt1.so.3
|
||||
lib/libt1.so.4
|
||||
lib/libt1x.a
|
||||
lib/libt1x.so
|
||||
lib/libt1x.so.3
|
||||
share/t1lib/t1lib.config
|
||||
lib/libt1x.so.4
|
||||
share/t1lib/doc/t1lib_doc.pdf
|
||||
share/t1lib/t1lib.config
|
||||
@dirrm share/t1lib/doc
|
||||
@dirrm share/t1lib
|
||||
|
|
Loading…
Add table
Reference in a new issue