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

(-)Makefile (-4 / +14 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	scim-m17n
4
PORTNAME=	scim-m17n
5
PORTVERSION=	0.2.3
5
PORTVERSION=	0.2.3
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	SF/scim/${PORTNAME}/${PORTVERSION} \
8
MASTER_SITES=	SF/scim/${PORTNAME}/${PORTVERSION} \
9
		http://anthesphoria.net/FreeBSD/ports/distfiles/
9
		http://anthesphoria.net/FreeBSD/ports/distfiles/
Lines 13-23 Link Here
13
13
14
BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim \
14
BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim \
15
		gsed:${PORTSDIR}/textproc/gsed
15
		gsed:${PORTSDIR}/textproc/gsed
16
LIB_DEPENDS=	m17n.4:${PORTSDIR}/devel/m17n-lib
16
LIB_DEPENDS=	libm17n.so:${PORTSDIR}/devel/m17n-lib
17
RUN_DEPENDS=	scim:${PORTSDIR}/textproc/scim
17
RUN_DEPENDS=	scim:${PORTSDIR}/textproc/scim
18
18
19
USES=		gmake pkgconfig
19
USES=		gmake pkgconfig libtool
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
INSTALL_TARGET=	install-strip
21
22
22
NO_STAGE=	yes
23
PLIST_FILES=	lib/scim-1.0/1.4.0/IMEngine/m17n.a \
24
		lib/scim-1.0/1.4.0/IMEngine/m17n.so \
25
		share/scim/icons/scim-m17n.png
26
27
post-patch:
28
	@${REINPLACE_CMD} -e 's|$$(DESTDIR)$$(moduledir)|${STAGEDIR}${PREFIX}/lib/scim-1.0/1.4.0/IMEngine|g' \
29
		${WRKSRC}/src/Makefile.in
30
	@${REINPLACE_CMD} -e 's|$$(DESTDIR)$$(icondir)|${STAGEDIR}${PREFIX}/share/scim/icons|g' \
31
		${WRKSRC}/data/Makefile.in
32
23
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)pkg-plist (-4 lines)
Lines 1-4 Link Here
1
lib/scim-1.0/1.4.0/IMEngine/m17n.a
2
lib/scim-1.0/1.4.0/IMEngine/m17n.la
3
lib/scim-1.0/1.4.0/IMEngine/m17n.so
4
share/scim/icons/scim-m17n.png

Return to bug 190781