blob: 406b1c9acce5c44b604eb17ec301bebe8c9f9b81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: pwsafe
# Date created: 29 Mars 2004
# Whom: donnex
#
# $FreeBSD$
#
PORTNAME= pwsafe
PORTVERSION= 0.1.6
CATEGORIES= sysutils
MASTER_SITES= http://nsd.dyndns.org/pwsafe/releases/
MAINTAINER= donnex@donnex.net
COMMENT= Cmdline program that manages encrypted password databases
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= pwsafe.1
PLIST_FILES= bin/pwsafe
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>
|