mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
d7fcc8234e
Approved by: bland, kwm, marcus and pav
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# New ports collection makefile for: gtranslator
|
|
# Date created: 16 September 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtranslator
|
|
PORTVERSION= 1.1.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= http://www.gtranslator.org/download/releases/${PORTVERSION}/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A GNOME application for creating GNU gettext translation files
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomehack intlhack gnomeprefix gnometarget gnomevfs2 libgnomeui
|
|
USE_GMAKE= yes
|
|
INSTALLS_OMF= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -lgnuregex"
|
|
CONFIGURE_ARGS= --disable-debug \
|
|
--enable-compile-warnings=no
|
|
USE_REINPLACE= yes
|
|
|
|
MAN1= gtranslator.1 pozilla.sh.1
|
|
MANCOMPRESSED= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|/usr/local/share/gtranslator|${PREFIX}/share/gnome/${PORTNAME}|g; \
|
|
s|/usr/local/share/pixmaps|${PREFIX}/share/gnome/pixmaps|g" \
|
|
${WRKSRC}/src/defines.h
|
|
@${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|