2007-04-29 22:57:04 +00:00
|
|
|
# New ports collection makefile for: gnomesword
|
|
|
|
# Date created: April 27, 2007
|
|
|
|
# Whom: Thomas Abthorpe <thomas@goodking.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomesword
|
2008-11-06 16:09:16 +00:00
|
|
|
PORTVERSION= 2.4.1
|
2007-04-29 22:57:04 +00:00
|
|
|
CATEGORIES= misc gnome
|
2007-12-18 19:41:46 +00:00
|
|
|
MASTER_SITES= SF
|
2007-04-29 22:57:04 +00:00
|
|
|
|
2007-08-23 04:00:04 +00:00
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
2007-04-29 22:57:04 +00:00
|
|
|
COMMENT= A bible interface utilizing the sword framework
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell \
|
2008-05-21 12:55:47 +00:00
|
|
|
${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword
|
2007-04-29 22:57:04 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
INSTALLS_OMF= yes
|
2008-05-29 12:51:44 +00:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget gal2 gtkhtml3 gnomelibs intlhack gnomedocutils
|
2007-04-29 22:57:04 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2008-05-29 12:51:44 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-gtkhtml --enable-exporter
|
2007-04-29 22:57:04 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in AUTHORS ChangeLog INSTALL NEWS README TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|