1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/gtranslator/Makefile
Baptiste Daroussin 9183d3dd3f Support stage
2014-04-11 14:27:02 +00:00

29 lines
786 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/gtranslator/Makefile,v 1.12 2007/07/04 15:52:37 mezz Exp $
PORTNAME= gtranslator
PORTVERSION= 1.1.7
PORTREVISION= 10
CATEGORIES= devel gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME application for creating GNU gettext translation files
LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
USE_GNOME= intlhack gnomeprefix gnomevfs2 libgnomeui
USES= gettext gmake pathfix pkgconfig tar:bzip2
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex
CONFIGURE_ARGS= --disable-debug \
--enable-compile-warnings=no
post-patch:
@${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>