mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
f584da22ee
tree-churn on updates.
29 lines
654 B
Makefile
29 lines
654 B
Makefile
# New ports collection makefile for: libltdl
|
|
# Date created: 23 January 2002
|
|
# Whom: Jeremy Norris <ishmael27x@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libltdl
|
|
MASTERDIR= ${.CURDIR}/../../devel/libtool
|
|
|
|
COMMENT= System independent dlopen wrapper
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${CONFIGURE_WRKSRC}/COPYING.LIB
|
|
USE_GNOME= ltverhack
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= libtool
|
|
LIBTOOLFILES= libltdl/configure
|
|
CONFIGURE_ARGS= --enable-ltdl-install
|
|
|
|
CONFIGURE_WRKSRC=${WRKSRC}/libltdl
|
|
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
|
|
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
INFO= # empty
|
|
|
|
.include "${MASTERDIR}/Makefile"
|