diff options
author | pav <pav@FreeBSD.org> | 2005-01-16 08:29:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-16 08:29:46 +0800 |
commit | be6f3a41b3647b3249c73b1f315fce9a7781e5b7 (patch) | |
tree | e01381e2c1647db9a304ebab55c3d80ef30be623 /arabic/libitl/Makefile | |
parent | 1c16292711fe0f5638e87f7cd6b5cba752a79ea7 (diff) | |
download | freebsd-ports-gnome-be6f3a41b3647b3249c73b1f315fce9a7781e5b7.tar.gz freebsd-ports-gnome-be6f3a41b3647b3249c73b1f315fce9a7781e5b7.tar.zst freebsd-ports-gnome-be6f3a41b3647b3249c73b1f315fce9a7781e5b7.zip |
The Islamic Tools and Libraries (ITL) is a project to provide a plethora of
useful Islamic tools and applications as well as a comprehensive feature-full
Islam-centric library. The ITL project currently includes full lunar-centric
time measurement routines.
PR: ports/76264
Submitted by: Samy Al Bahra <samy@kerneled.org>
Diffstat (limited to 'arabic/libitl/Makefile')
-rw-r--r-- | arabic/libitl/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arabic/libitl/Makefile b/arabic/libitl/Makefile new file mode 100644 index 000000000000..6667288ea20a --- /dev/null +++ b/arabic/libitl/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: libitl +# Date created: January 12 2005 +# Whom: Samy Al Bahra <samy@kerneled.org> +# +# $FreeBSD$ +# + +PORTNAME= libitl +PORTVERSION= 0.6.3 +CATEGORIES= arabic +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= arabeyes + +MAINTAINER= samy@kerneled.org +COMMENT= An API abstraction to common Islamic calculations + +GNU_CONFIGURE= yes +USE_BZIP2= yes +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= %%PREFIX%%/lib/itl + +WRKSRC= ${WRKDIR}/itl/libs-${PORTVERSION} + +.include <bsd.port.mk> |