mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
25 lines
499 B
Makefile
25 lines
499 B
Makefile
# 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
|
|
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-posix-threads
|
|
|
|
MAN3= mcrypt.3
|
|
|
|
RESTRICTED= "yes - cryptography"
|
|
|
|
.include <bsd.port.mk>
|