2013-09-02 21:27:53 +00:00
|
|
|
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
2003-11-09 12:12:42 +00:00
|
|
|
|
|
|
|
PORTNAME= wenju
|
2011-05-18 09:06:49 +00:00
|
|
|
PORTVERSION= 1.6
|
2015-05-28 11:40:15 +00:00
|
|
|
PORTREVISION= 3
|
2003-11-09 12:12:42 +00:00
|
|
|
CATEGORIES= chinese
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
MASTER_SITES= SF
|
2003-11-09 12:12:42 +00:00
|
|
|
|
2009-08-28 17:37:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-11-09 12:12:42 +00:00
|
|
|
COMMENT= Collection of writing tools in Chinese
|
|
|
|
|
2015-05-28 11:40:15 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2019-11-08 09:31:13 +00:00
|
|
|
USES= gnome libtool pkgconfig
|
2011-05-18 09:06:49 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-09 12:12:42 +00:00
|
|
|
USE_GNOME= gtk20
|
2015-05-28 11:40:15 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2006-08-14 07:09:12 +00:00
|
|
|
USE_LDCONFIG= yes
|
2003-11-09 12:12:42 +00:00
|
|
|
|
2012-06-29 12:42:04 +00:00
|
|
|
OPTIONS_DEFINE= NLS
|
2015-05-28 11:40:15 +00:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2005-02-06 16:30:45 +00:00
|
|
|
|
2009-01-05 17:27:29 +00:00
|
|
|
.include <bsd.port.mk>
|