aboutsummaryrefslogtreecommitdiffstats
path: root/security/libmcrypt/Makefile
blob: 0df6d2231833970a97355f2199db857a5248d743 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.4
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

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-posix-threads

MAN3=       mcrypt.3

RESTRICTED= "yes - cryptography"

post-install:
    @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>