1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/opensc-esteid/Makefile
Joe Marcus Clarke 9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00

44 lines
1.0 KiB
Makefile

# New ports collection makefile for: opensc-esteid
# Date created: 8 September 2003
# Whom: Sven Petai <hadara@bsd.ee>
#
# $FreeBSD$
#
PORTNAME= esteid
PORTVERSION= 0.7.0.1
PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://marie.vtl.ee/esteid/
PKGNAMEPREFIX= opensc-
DISTNAME= opensc-esteid-0.7.0-1
MAINTAINER= hadara@bsd.ee
COMMENT= ISO 7816 Smartcard API Library (OpenSSH Compatible)
LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite
USE_OPENLDAP= yes
INSTALLS_SHLIB= yes
USE_OPENSSL= yes
USE_INC_LIBTOOL_VER=13
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pcsclite=${LOCALBASE} \
--with-ldap-lib=openldap \
--with-ldap-dir=${LOCALBASE} \
--with-plugin-dir=${LOCALBASE}/share/opensc/plugins
MAN1= pkcs15-crypt.1 pkcs15-init.1 pkcs15-tool.1 \
cryptoflex-tool.1 \
opensc-config.1 opensc-explorer.1 opensc-tool.1
MAN5= pkcs15-profile.5
MAN7= pkcs15.7 opensc.7
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 (missing -fPIC)"
.endif
.include <bsd.port.post.mk>