2002-06-23 23:58:05 +02:00
|
|
|
# New ports collection makefile for: pwman
|
|
|
|
# Date created: 23 June 2002
|
|
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pwman
|
2002-10-15 00:25:30 +02:00
|
|
|
PORTVERSION= 0.3.2
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2002-06-23 23:58:05 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= anders@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Console password management application based on gpg(me)
|
2002-06-23 23:58:05 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
2002-10-06 21:35:45 +02:00
|
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
2002-06-23 23:58:05 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= pwman.1
|
|
|
|
|
|
|
|
DOCS= AUTHORS COPYING ChangeLog README TODO
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${INSTALL} -d -m 0755 ${DOCSDIR}
|
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|