blob: 2dec8e2048dccd9f0c12f8d09d1809594af468c2 (
plain)
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
|
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
PORTNAME= wenju
PORTVERSION= 1.6
PORTREVISION= 3
CATEGORIES= chinese
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of writing tools in Chinese
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gnome libtool pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gtk20
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
|