mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
26 lines
590 B
Makefile
26 lines
590 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|