1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/security/libntlm/Makefile
Koop Mast 0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00

23 lines
448 B
Makefile

# ex:ts=8
# Ports collection makefile for: libntlm
# Date created: Oct 19, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libntlm
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/
MAINTAINER= jochen@daten-chaos.de
COMMENT= A library that implement Microsoft's NTLM authentication
USE_GNOME= gnomehack pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>