mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
2cba18d1ce
PR: 23988 Submitted by: Joseph Scott <joseph@randomnetworks.com>
26 lines
545 B
Makefile
26 lines
545 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.2.7
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \
|
|
ftp://argeas.cs-net.gr/pub/unix/mcrypt/old/ \
|
|
ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
INSTALLS_SHLIB= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --disable-posix-threads
|
|
|
|
MAN3= mcrypt.3
|
|
|
|
RESTRICTED= "yes - cryptography"
|
|
|
|
.include <bsd.port.mk>
|