freebsd-ports/vietnamese/gtk-im-vi/Makefile
Pav Lucistnik efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00

30 lines
719 B
Makefile

# 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= 2
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_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>