Tweak japanese/font-migu version 1.0.20130617_5
[dports.git] / japanese / libtomoe-gtk / Makefile
1 # Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libtomoe-gtk
5 PORTVERSION=    0.6.0
6 PORTREVISION=   11
7 CATEGORIES=     japanese
8 MASTER_SITES=   SF/tomoe/tomoe-gtk/tomoe-gtk-${PORTVERSION}
9 DISTNAME=       tomoe-gtk-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
10
11 MAINTAINER=     ume@FreeBSD.org
12 COMMENT=        TOMOE GTK+ library
13
14 LIB_DEPENDS=    libtomoe.so:japanese/tomoe
15
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS= --with-python=no
18 USES=           gmake gnome libtool pathfix pkgconfig
19 USE_GNOME=      gtk20
20 USE_LDCONFIG=   yes
21
22 #OPTIONS=       GUCHARMAP       "Compile with gucharmap"                on
23
24 .include <bsd.port.options.mk>
25
26 #.if defined(WITHOUT_GUCHARMAP)
27 CONFIGURE_ARGS+=--with-gucharmap=no
28 PLIST_SUB+=     GUCHARMAP="@comment "
29 #.else
30 #LIB_DEPENDS+=  libgucharmap.so:deskutils/gucharmap
31 #PLIST_SUB+=    GUCHARMAP=""
32 #.endif
33
34 .include <bsd.port.mk>