This library allows applications to convert between Hijri/Gregorian dates and compute Muslim prayer times and Qibla direction based on multiple methods of calculation. Part of the Islamic Tools and Libraries project (ITL)
32 lines
857 B
Makefile
32 lines
857 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/09/07 00:53:34 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= libitl-0.7.0
|
|
CATEGORIES= time
|
|
MASTER_SITES= http://garr.dl.sourceforge.net/project/arabeyes/ITL%20Library%20%28libitl%29/libitl-0.7.0/
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://www.arabeyes.org/project.php?proj=ITL
|
|
COMMENT= The Islamic Tools Libraries of calculation time and measurement
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* FreeBSD-*-* OpenBSD-*-*
|
|
|
|
INSTALL_MAKE_FLAGS+= includedir=${DESTDIR}${PREFIX}/include/itl \
|
|
libdir=${DESTDIR}${PREFIX}/lib/itl
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/libitl
|
|
|
|
INSTALLATION_DIRS= ${DOCDIR}
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/prayertime/doc/method-info.txt \
|
|
${DESTDIR}${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|