mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
855453009d
PR: 20104 Submitted by: Ports Fury
22 lines
512 B
Makefile
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>
|