2000-07-15 15:39:34 +00:00
|
|
|
# New ports collection makefile for: libmcrypt-nm
|
|
|
|
# Date created: Sat Jul 15 08:32:42 PDT 2000
|
|
|
|
# Whom: nsayer@freebsd.org
|
|
|
|
#
|
2000-07-22 07:16:31 +00:00
|
|
|
# $FreeBSD: /tmp/pcvs/ports/security/libmcrypt-nm/Attic/Makefile,v 1.2 2000-07-22 07:16:27 kevlo Exp $
|
2000-07-15 15:39:34 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libmcrypt-nm
|
|
|
|
PORTVERSION= 0.1.0
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://mcrypt.hellug.gr/lib/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
2000-07-22 07:16:31 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-D_THREAD_SAFE" LDFLAGS="-pthread"
|
|
|
|
INSTALLS_SHLIB= yes
|
2000-07-15 15:39:34 +00:00
|
|
|
|
|
|
|
MAN3= mcrypt-nm.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|