2013-09-03 14:13:23 +02:00
|
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-09-16 16:17:19 +02:00
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/devel/gtranslator/Makefile,v 1.12 2007/07/04 15:52:37 mezz Exp $
|
2000-09-16 16:17:19 +02:00
|
|
|
|
|
|
|
PORTNAME= gtranslator
|
2006-12-02 07:08:45 +01:00
|
|
|
PORTVERSION= 1.1.7
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
2000-09-16 16:17:19 +02:00
|
|
|
CATEGORIES= devel gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2000-09-16 16:17:19 +02:00
|
|
|
|
2004-02-20 23:06:02 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-04-11 16:27:02 +02:00
|
|
|
COMMENT= GNOME application for creating GNU gettext translation files
|
2000-09-16 16:17:19 +02:00
|
|
|
|
2014-04-11 16:27:02 +02:00
|
|
|
LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
|
2005-02-09 18:35:51 +01:00
|
|
|
|
2014-04-11 16:27:02 +02:00
|
|
|
USE_GNOME= intlhack gnomeprefix gnomevfs2 libgnomeui
|
|
|
|
USES= gettext gmake pathfix pkgconfig tar:bzip2
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2003-09-04 18:58:31 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex
|
2004-02-25 19:16:18 +01:00
|
|
|
CONFIGURE_ARGS= --disable-debug \
|
2007-07-23 11:36:51 +02:00
|
|
|
--enable-compile-warnings=no
|
2000-09-16 16:17:19 +02:00
|
|
|
|
2004-02-19 23:58:22 +01:00
|
|
|
post-patch:
|
2004-05-16 04:49:25 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/src/Makefile.in
|
2004-02-19 23:58:22 +01:00
|
|
|
|
2000-09-16 16:17:19 +02:00
|
|
|
.include <bsd.port.mk>
|