2003-06-27 00:58:32 +02:00
|
|
|
# New ports collection makefile for: libltdl
|
|
|
|
# Date created: 23 January 2002
|
|
|
|
# Whom: Jeremy Norris <ishmael27x@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libltdl
|
2009-08-02 21:36:34 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/libtool22
|
2003-06-27 00:58:32 +02:00
|
|
|
|
|
|
|
COMMENT= System independent dlopen wrapper
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_GNOME= ltverhack
|
- 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
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
|
|
|
LIBTOOLFILES= libltdl/configure
|
2003-06-27 00:58:32 +02:00
|
|
|
CONFIGURE_ARGS= --enable-ltdl-install
|
2009-08-02 21:36:34 +02:00
|
|
|
|
|
|
|
CONFIGURE_WRKSRC=${WRKSRC}/libltdl
|
|
|
|
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
|
|
|
|
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
|
2003-07-02 20:52:30 +02:00
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2009-08-02 21:36:34 +02:00
|
|
|
LATEST_LINK= libltdl22
|
2006-02-23 11:40:44 +01:00
|
|
|
INFO= # empty
|
2003-06-27 00:58:32 +02:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|