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

(-)Makefile (-4 / +5 lines)
Lines 3-10 Link Here
3
3
4
PORTNAME=	m17n-lib
4
PORTNAME=	m17n-lib
5
PORTVERSION=	1.6.4
5
PORTVERSION=	1.6.4
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	devel
7
CATEGORIES=	devel textproc
8
MASTER_SITES=	${MASTER_SITE_SAVANNAH}
8
MASTER_SITES=	${MASTER_SITE_SAVANNAH}
9
MASTER_SITE_SUBDIR=	m17n
9
MASTER_SITE_SUBDIR=	m17n
10
10
Lines 22-32 Link Here
22
22
23
MAKE_JOBS_UNSAFE=	yes
23
MAKE_JOBS_UNSAFE=	yes
24
24
25
USES=		pkgconfig
25
USES=		pkgconfig libtool:oldver
26
USE_XORG=	ice sm x11 xaw xft xt
26
USE_XORG=	ice sm x11 xaw xft xt
27
USE_GNOME=	libxml2
27
USE_GNOME=	libxml2
28
USE_AUTOTOOLS=	autoconf libtool
28
USE_AUTOTOOLS=	autoconf
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
INSTALL_TARGET=	install-strip
30
31
31
CONFIGURE_ARGS=	--disable-nls
32
CONFIGURE_ARGS=	--disable-nls
32
33
(-)pkg-descr (-2 / +3 lines)
Lines 17-23 Link Here
17
    * Chartable: A data structure that contains per-character
17
    * Chartable: A data structure that contains per-character
18
      information efficiently.
18
      information efficiently.
19
19
20
    * Functions for inputting and displaying M-text on a window
20
    * Functions for inputting and displaying M-text on a window system.
21
      system.
22
21
22
The documentation is available through devel/m17n-docs.
23
23
WWW: http://www.nongnu.org/m17n/
24
WWW: http://www.nongnu.org/m17n/

Return to bug 191108