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