1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/security/libntlm/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

23 lines
452 B
Makefile

# ex:ts=8
# Ports collection makefile for: libntlm
# Date created: Oct 19, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libntlm
PORTVERSION= 0.3.6
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= A library that implement Microsoft's NTLM authentication
USE_GNOME= gnomehack gnometarget pkgconfig
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>