summaryrefslogtreecommitdiffstats
path: root/misc/gnomesword/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-28 01:21:33 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-28 01:21:33 +0800
commit9734f17bb55883c5eb1e5c9c665db85049d92b5c (patch)
treeda74b61bb93be11a493ec386e2a67e88b1ed2baa /misc/gnomesword/Makefile
parent875d0855ab9420c5298599b5396348b3f1037ab6 (diff)
downloadmarcuscom-ports-9734f17bb55883c5eb1e5c9c665db85049d92b5c.tar
marcuscom-ports-9734f17bb55883c5eb1e5c9c665db85049d92b5c.tar.gz
marcuscom-ports-9734f17bb55883c5eb1e5c9c665db85049d92b5c.tar.bz2
marcuscom-ports-9734f17bb55883c5eb1e5c9c665db85049d92b5c.tar.lz
marcuscom-ports-9734f17bb55883c5eb1e5c9c665db85049d92b5c.tar.xz
marcuscom-ports-9734f17bb55883c5eb1e5c9c665db85049d92b5c.tar.zst
marcuscom-ports-9734f17bb55883c5eb1e5c9c665db85049d92b5c.zip
-USE_X_PREFIX -> USE_XLIB.
-X11BASE -> LOCALBASE, gnome-spell lives in LOCALBASE. -Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6859 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnomesword/Makefile')
-rw-r--r--misc/gnomesword/Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/misc/gnomesword/Makefile b/misc/gnomesword/Makefile
new file mode 100644
index 000000000..4cf9f3d73
--- /dev/null
+++ b/misc/gnomesword/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: gnomesword
+# Date created: Oct 26, 2002
+# Whom: J Shoemaker <shoemaker@softhome.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnomesword
+PORTVERSION= 2.1.1
+PORTREVISION= 6
+CATEGORIES= misc gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= dboudrot@yahoo.com
+COMMENT= A bible interface utilizing the sword framework
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell
+LIB_DEPENDS= sword.4:${PORTSDIR}/misc/sword
+RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell
+
+BROKEN= Configure fails
+
+USE_XLIB= yes
+INSTALLS_OMF= yes
+USE_GNOME= gnomehack gnomeprefix gnometarget gal2 gtkhtml3 intlhack
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|=share/pix|=share/gnome/pix|g ; \
+ s|=share/app|=share/gnome/app|g' ${WRKSRC}/configure
+
+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>