freebsd-ports/sysutils/pwsafe/Makefile
Yen-Ming Lee df755e39b4 - add USE_GCC=2.95 and unbreak this port
PR:		72102
Submitted by:	leeym
Approved by:	maintainer timeout
2004-10-13 01:39:48 +00:00

23 lines
434 B
Makefile

# 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
USE_GCC= 2.95
MAN1= pwsafe.1
PLIST_FILES= bin/pwsafe
.include <bsd.port.mk>