freebsd-ports/security/libident/Makefile

30 lines
547 B
Makefile
Raw Normal View History

# Created by: torstenb@FreeBSD.org
1999-08-31 03:53:22 +02:00
# $FreeBSD$
PORTNAME= libident
PORTVERSION= 0.32
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.remlab.net/files/libident/
MAINTAINER= ports@FreeBSD.org
COMMENT= Small library to interface the ident protocol server (rfc1413)
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_GNOME= lthack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
2003-08-22 11:42:23 +02:00
MAN3= ident.3
NO_STAGE= yes
2003-08-22 11:42:23 +02:00
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
2003-08-22 11:42:23 +02:00
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>