freebsd-ports/misc/quranref/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

23 lines
483 B
Makefile

# Created by: Kim Scarborough <user@unknown.nu>
# $FreeBSD$
PORTNAME= quranref
PORTVERSION= 1.01
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.unknown.nu/ports/
MAINTAINER= user@unknown.nu
COMMENT= Interactive Quran (Koran)
BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.2000 ${DOCSDIR}
.endif
.include <bsd.port.mk>