freebsd-ports/security/libmcrypt-nm/Makefile
Kevin Lo 855453009d Add -D_THREAD_SAFE and fix pkg/PLIST.
PR: 20104
Submitted by: Ports Fury
2000-07-22 07:16:31 +00:00

22 lines
512 B
Makefile

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