mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
32 lines
958 B
Makefile
32 lines
958 B
Makefile
# New ports collection makefile for: xiphos
|
|
# Date created: February 2, 2009
|
|
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xiphos
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= gnomesword
|
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
|
COMMENT= A bible interface utilizing the sword framework
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell \
|
|
${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
USE_GETTEXT= yes
|
|
INSTALLS_OMF= yes
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget gal2 gtkhtml3 gnomelibs intlhack gnomedocutils
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS+= --enable-gtkhtml --disable-maintainer-mode --enable-paratab
|
|
|
|
.include <bsd.port.mk>
|