blob: cedbb110d1012459a7ca72ab59d3ccb200f6c4d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: libitl
# Date created: January 12 2005
# Whom: Samy Al Bahra <samy@kerneled.org>
#
# $FreeBSD$
#
PORTNAME= libitl
PORTVERSION= 0.7.0
CATEGORIES= arabic
MASTER_SITES= SF/arabeyes/ITL%20Library%20%28${PORTNAME}%29/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An API abstraction to common Islamic calculations
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDCONFIG_DIRS= %%PREFIX%%/lib/itl
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>
|