1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/textproc/gnome-translate/Makefile
Tijl Coosemans 3127da9b78 Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
2014-07-04 20:28:31 +00:00

33 lines
898 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
PORTNAME= gnome-translate
PORTVERSION= 0.99
PORTREVISION= 16
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= libtranslate
MAINTAINER= ports@FreeBSD.org
COMMENT= Natural language translator
LIB_DEPENDS= libtranslate.so:${PORTSDIR}/textproc/libtranslate
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
GCONF_SCHEMAS= gnome-translate.schemas
USES= pathfix pkgconfig gmake
USE_GNOME= gnomeprefix eel2 intlhack libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -Wl,-export-dynamic
OPTIONS_DEFINE= LANGUAGE_DETECTION
LANGUAGE_DETECTION_DESC= language detection
OPTIONS_DEFAULT= LANGUAGE_DETECTION
LANGUAGE_DETECTION_CONFIGURE_ENABLE= language-detection
LANGUAGE_DETECTION_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell
.include <bsd.port.mk>