diff options
Diffstat (limited to 'devel/libltdl/Makefile')
-rw-r--r-- | devel/libltdl/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile new file mode 100644 index 000000000000..ad5b86096964 --- /dev/null +++ b/devel/libltdl/Makefile @@ -0,0 +1,28 @@ +# 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" |