blob: 721519fff909cad2d0dd700fc6ccb6d88d391194 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: gtk-im-vi
# Date created: 2006/01/08
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= gtk-im-vi
PORTVERSION= 0.1.1
PORTREVISION= 4
CATEGORIES= vietnamese textproc gnome
MASTER_SITES= http://dev.gentoo.org/~pclouds/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple GTK+ input methods for Vietnamese(VNI and TELEX)
GNU_CONFIGURE= YES
USE_GNOME= gtk20
USE_LDCONFIG= YES
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},; s,ChangeLog,,' \
${WRKSRC}/Makefile.in ${WRKSRC}/po/Makefile.in.in
post-install:
@gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules
.include <bsd.port.post.mk>
|