aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/wenju/Makefile
blob: 481b7789fcf866dd9bc3b8f203351f506987c752 (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
# New ports collection makefile for:   wenju
# Date created:                18 Oct 2003
# Whom:                        Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#

PORTNAME=   wenju
PORTVERSION=    1.4
CATEGORIES= chinese
MASTER_SITES=   SF

MAINTAINER= chinsan@FreeBSD.org
COMMENT=    Collection of writing tools in Chinese

USE_AUTOTOOLS=  libtool:15
USE_GNOME=  gtk20
USE_LDCONFIG=   yes

.if !defined(WITHOUT_NLS)
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif

post-install:
        gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules

.include <bsd.port.mk>