mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
3e4ed01146
- 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)
25 lines
509 B
Makefile
25 lines
509 B
Makefile
# 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= sbahra@gwu.edu
|
|
COMMENT= An API abstraction to common Islamic calculations
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib/itl
|
|
|
|
WRKSRC= ${WRKDIR}/itl/libs-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|