1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/libident/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

33 lines
613 B
Makefile

# New ports collection makefile for: libident
# Date created: 9 October 1995
# Whom: torstenb@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libident
PORTVERSION= 0.32
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.remlab.net/files/libident/
MAINTAINER= ports@FreeBSD.org
COMMENT= A small library to interface the ident protocol server (rfc1413)
USE_AUTOTOOLS= libtool
USE_GNOME= lthack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN3= ident.3
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>