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
|
2006-01-23 11:05:01 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/libtool15
|
2003-06-27 00:58:32 +02:00
|
|
|
|
|
|
|
COMMENT= System independent dlopen wrapper
|
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ARGS= --enable-ltdl-install
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/libltdl
|
|
|
|
INSTALL_WRKSRC= ${WRKSRC}/libltdl
|
2003-07-02 20:52:30 +02:00
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2004-06-08 22:45:00 +02:00
|
|
|
LATEST_LINK= libltdl15
|
2006-02-23 11:40:44 +01:00
|
|
|
INFO= # empty
|
2003-06-27 00:58:32 +02:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|