diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-16 00:29:46 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-16 00:29:46 +0000 |
| commit | 44e083b63230d98ec1a380b9211fb9543dc1a2e2 (patch) | |
| tree | 355ab0e3bc96e433ef9c46ad8cf52378f5cf90ef /arabic/libitl/Makefile | |
| parent | 267e77daecaf98bba51353731e256da7950bf238 (diff) | |
Notes
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> |
