mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
22 lines
500 B
Makefile
22 lines
500 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.1.1.1 2000-07-15 15:39:34 nsayer Exp $
|
||
|
#
|
||
|
|
||
|
PORTNAME= libmcrypt-nm
|
||
|
PORTVERSION= 0.1.0
|
||
|
CATEGORIES= security
|
||
|
MASTER_SITES= http://mcrypt.hellug.gr/lib/
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
|
||
|
INSTALLS_SHLIB= yes
|
||
|
USE_LIBTOOL= yes
|
||
|
CONFIGURE_ARGS+= --with-LDFLAGS="-pthread"
|
||
|
|
||
|
MAN3= mcrypt-nm.3
|
||
|
|
||
|
.include <bsd.port.mk>
|