1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/libmcrypt/Makefile
Nick Sayer e35189c40a Upgrade to 2.2.6
Submitted by:	roam@orbitel.bg
2000-09-07 17:19:26 +00:00

25 lines
499 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= nsayer@freebsd.org
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-posix-threads
MAN3= mcrypt.3
RESTRICTED= "yes - cryptography"
.include <bsd.port.mk>