mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
496 B
Makefile
25 lines
496 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.6
|
|
CATEGORIES= security
|
|
MASTER_SITES= 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>
|