freebsd-ports/security/identify/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

24 lines
571 B
Makefile

# New ports collection makefile for: identify
# Date created: 13 March 1999
# Whom: nsayer@quack.kfu.com
#
# $FreeBSD$
#
PORTNAME= identify
PORTVERSION= 0.7
CATEGORIES= security
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/tools/
MAINTAINER= ports@freebsd.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/identify
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/identify
.endif
.include <bsd.port.mk>