View | Details | Raw Unified | Return to bug 78317
Collapse All | Expand All

(-)print/libotf/Makefile (-5 / +3 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	libotf
8
PORTNAME=	libotf
9
PORTVERSION=	0.9.2
9
PORTVERSION=	0.9.3
10
CATEGORIES=	print devel
10
CATEGORIES=	print devel
11
MASTER_SITES=	http://tsukuba.m17n.org/libotf/
11
MASTER_SITES=	http://www.m17n.org/libotf/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Library for handling OpenType fonts
14
COMMENT=	Library for handling OpenType fonts
Lines 17-25 Link Here
17
17
18
USE_XLIB=	yes
18
USE_XLIB=	yes
19
USE_LIBTOOL_VER=	15
19
USE_LIBTOOL_VER=	15
20
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
22
MAKE_ARGS=	AM_CPPFLAGS="-I${X11BASE}/include"
23
INSTALLS_SHLIB=	yes
21
INSTALLS_SHLIB=	yes
24
22
25
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)print/libotf/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libotf-0.9.2.tar.gz) = 579f088d64844c00a1f1036a04b53a0a
1
MD5 (libotf-0.9.3.tar.gz) = c63cdd318757c589fa0d9e261a2be69b
2
SIZE (libotf-0.9.2.tar.gz) = 338447
2
SIZE (libotf-0.9.3.tar.gz) = 354851
(-)print/libotf/pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
    o Convert a Unicode character sequence to a glyph code sequence by
6
    o Convert a Unicode character sequence to a glyph code sequence by
7
      using the above tables.
7
      using the above tables.
8
8
9
WWW: http://tsukuba.m17n.org/libotf/
9
WWW: http://www.m17n.org/libotf/

Return to bug 78317