blob: 406ac69f9bc18ee8ce86f455f54dc1d8350070fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: libltdl
# Date created: 23 January 2002
# Whom: Jeremy Norris <ishmael27x@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= libltdl
PORTREVISION= 0
MASTERDIR= ${.CURDIR}/../libtool15
COMMENT= System independent dlopen wrapper
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-ltdl-install
BUILD_WRKSRC= ${WRKSRC}/libltdl
INSTALL_WRKSRC= ${WRKSRC}/libltdl
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|