1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/misc/quranref/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 lines
606 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
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.unknown.nu/ports/
MAINTAINER= user@unknown.nu
COMMENT= An interactive Quran (Koran)
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>