freebsd-ports/deskutils/babytrans/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

39 lines
934 B
Makefile

# ex:ts=8
# New ports collection makefile for: babytrans
# Date created: 18 September 2002
# Whom: Frederic Cambus
#
# $FreeBSD$
#
PORTNAME= babytrans
PORTVERSION= 0.9.1
PORTREVISION= 9
CATEGORIES= deskutils
MASTER_SITES= http://fjolliton.free.fr/babytrans/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+/GNOME front-end for Babylon Translator .dic files
USE_GETTEXT= yes
USE_GNOME= gtk12 gnomehack gnomeprefix
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
post-patch:
.for file in de es fr pt_BR
@${REINPLACE_CMD} -e "s|CHARSET|ISO-8859-1|" \
-e "s|ENCODING|8bit|" ${WRKSRC}/po/${file}.po
.endfor
post-install:
@${MKDIR} ${DATADIR}
@${MKDIR} ${PREFIX}/share/applets/Utility
${INSTALL_DATA} ${WRKSRC}/config-file/dictionary ${DATADIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>