mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0ad5fff675
access to M. H. Shakir's translation of the Holy Qur'an. PR: 20203 Submitted by: Kim Scarborough <sluggo@jinx.unknown.nu>
25 lines
552 B
Makefile
25 lines
552 B
Makefile
# 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>
|