2005-01-16 01:29:46 +01:00
|
|
|
# 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
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/arabeyes/ITL%20Library%20%28${PORTNAME}%29/lib-${PORTVERSION}
|
2005-01-16 01:29:46 +01:00
|
|
|
|
2009-08-19 21:50:32 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-01-16 01:29:46 +01:00
|
|
|
COMMENT= An API abstraction to common Islamic calculations
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-01-16 01:29:46 +01:00
|
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib/itl
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/itl/libs-${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|