1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/chinese/wenju/Makefile
2021-04-06 16:31:07 +02:00

27 lines
498 B
Makefile

# 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>