blob: 87f136d04b39af0ea1191b8b9c007147467b6bfe (
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
31
|
# 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= 1
CATEGORIES= vietnamese textproc gnome
MASTER_SITES= http://dev.gentoo.org/~pclouds/files/
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Simple GTK+ input methods for Vietnamese(VNI and TELEX)
GNU_CONFIGURE= YES
USE_GNOME= gtk20
USE_GCC= 3.4+
USE_LDCONFIG= YES
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},; 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>
|