1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/security/libident/Makefile

33 lines
628 B
Makefile
Raw Normal View History

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