1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/chinese/wenju/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

45 lines
973 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= 8
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wenju
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of writing tools in Chinese
USE_AUTOTOOLS= libtool:15
USE_GETOPT_LONG=yes
USE_GNOME= gtk20
USE_LDCONFIG= yes
USE_XLIB= 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.pre.mk>
.if ${OSVERSION} < 500041
EXTRA_PATCHES+= ${FILESDIR}/configure-getopt.patch
.endif
.include <bsd.port.post.mk>