aboutsummaryrefslogtreecommitdiff
path: root/japanese/libtomoe-gtk/Makefile
blob: dfafba07106d36b8c8b1ec6e0f117f80efa3dc47 (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
32
33
34
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$

PORTNAME=	libtomoe-gtk
PORTVERSION=	0.6.0
PORTREVISION=	11
CATEGORIES=	japanese
MASTER_SITES=	SF/tomoe/tomoe-gtk/tomoe-gtk-${PORTVERSION}
DISTNAME=	tomoe-gtk-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}

MAINTAINER=	ume@FreeBSD.org
COMMENT=	TOMOE GTK+ library

LIB_DEPENDS=	libtomoe.so:japanese/tomoe

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-python=no
USES=		gmake gnome libtool pathfix pkgconfig
USE_GNOME=	gtk20
USE_LDCONFIG=	yes

#OPTIONS=	GUCHARMAP	"Compile with gucharmap"		on

.include <bsd.port.options.mk>

#.if defined(WITHOUT_GUCHARMAP)
CONFIGURE_ARGS+=--with-gucharmap=no
PLIST_SUB+=	GUCHARMAP="@comment "
#.else
#LIB_DEPENDS+=	libgucharmap.so:deskutils/gucharmap
#PLIST_SUB+=	GUCHARMAP=""
#.endif

.include <bsd.port.mk>