aboutsummaryrefslogtreecommitdiff
path: root/misc/quranref/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-09-16 04:16:18 +0000
committerWill Andrews <will@FreeBSD.org>2000-09-16 04:16:18 +0000
commit0ad5fff675bdaebf2cbde30d92c71ac6f18f5c41 (patch)
tree594017a9097f83d5c97ebd5d74eb793ea0d7d8cb /misc/quranref/Makefile
parent27c48f26380fae489f9bbfc7a6552de481ea5fb2 (diff)
Add Quranref 1.01, which offers simple tools for word and passage-based
access to M. H. Shakir's translation of the Holy Qur'an. PR: 20203 Submitted by: Kim Scarborough <sluggo@jinx.unknown.nu>
Notes
Notes: svn path=/head/; revision=32667
Diffstat (limited to 'misc/quranref/Makefile')
-rw-r--r--misc/quranref/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/quranref/Makefile b/misc/quranref/Makefile
new file mode 100644
index 000000000000..0d20d6a03df4
--- /dev/null
+++ b/misc/quranref/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: quranref
+# Date created: 26 July 2000
+# Whom: Kim Scarborough <user@unknown.nu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= quranref
+PORTVERSION= 1.01
+CATEGORIES= misc
+MASTER_SITES= http://www.unknown.nu/ports/
+
+MAINTAINER= user@unknown.nu
+
+BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/quranref
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/quranref
+ ${INSTALL_DATA} ${WRKSRC}/README.2000 ${PREFIX}/share/doc/quranref
+.endif
+
+.include <bsd.port.mk>