mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
dc769a34d1
PR: ports/75730 Submitted by: statue(at)freebsd.netlab.cse.yzu.edu.tw
35 lines
755 B
Makefile
35 lines
755 B
Makefile
# 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.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= wenju
|
|
|
|
MAINTAINER= statue@freebsd.netlab.cse.yzu.edu.tw
|
|
COMMENT= Collection of writing tools in Chinese
|
|
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_GETOPT_LONG= yes
|
|
USE_LIBTOOL_VER= 13
|
|
|
|
post-install:
|
|
gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500041
|
|
EXTRA_PATCHES+= ${FILESDIR}/configure-getopt.patch
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|