freebsd-ports/security/libmcrypt/Makefile
Peter Pentchev d547e642b7 Install ltlibs, necessary for normal libmcrypt functionality.
PR:		25333
Submitted by:	Ports Fury
2001-03-14 14:18:37 +00:00

28 lines
563 B
Makefile

# New ports collection makefile for: mcrypt
# Date created: Mon Jun 28 18:02:04 PDT 1999
# Whom: nsayer@freebsd.org
#
# $FreeBSD$
#
PORTNAME= libmcrypt
PORTVERSION= 2.4.9
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool
RESTRICTED= "yes - cryptography"
USE_LIBTOOL= yes
LIBTOOLFLAGS= # empty
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
MAN3= mcrypt.3
.include <bsd.port.mk>