summaryrefslogtreecommitdiff
path: root/misc/sword15
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-14 18:19:30 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-14 18:19:30 +0000
commitd7fe4d8f9f8ba33d6968214e606c2106ca3006f0 (patch)
tree303f5d1a45c226bf7fe720c454c72ab193188f03 /misc/sword15
parent- Integrate with bsd.scons.mk. (diff)
- Mark BROKEN on 4.x, does not compile
- Add another mirror site PR: ports/100298 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=167820
Diffstat (limited to 'misc/sword15')
-rw-r--r--misc/sword15/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile
index 3a64eff493b9..185bb1d2f687 100644
--- a/misc/sword15/Makefile
+++ b/misc/sword15/Makefile
@@ -9,7 +9,8 @@ PORTNAME= sword
PORTVERSION= 1.5.8
CATEGORIES= misc
MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \
- http://www.goodking.ca/pub/files/
+ http://www.goodking.ca/pub/files/ \
+ ftp://stjames.stthomasanglican.org/pub/files/
MAINTAINER= thomas@goodking.ca
COMMENT= A project framework for manipulating Bible texts
@@ -23,6 +24,12 @@ INSTALLS_SHLIB= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Fails to compile under FreeBSD 4.X
+.endif
+
.if defined(WITHOUT_CURL)
CONFIGURE_ARGS+= --without-curl
PLIST_SUB+= INSTALLMGR="@comment "
@@ -53,4 +60,4 @@ post-install:
register:
@(cd ${WRKSRC} && make register)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>