freebsd-ports/textproc/gnome-translate/Makefile
Mathieu Arnold 4e1984284b - Convert to staging
- New format lib_depends
- Fix an option, the logic had been reversed two years ago when converting to optionsng.

Sponsored by:	Absolight
2014-01-27 23:06:21 +00:00

32 lines
899 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
PORTNAME= gnome-translate
PORTVERSION= 0.99
PORTREVISION= 15
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= libtranslate
MAINTAINER= ports@FreeBSD.org
COMMENT= A 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>