1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/security/yapet/Makefile
Edwin Groothuis 5c657c793b [maintainer update] security/yapet: port update to 0.2_1
Port update to 0.2_1 in order to incorporate software patches.

PR:		ports/126335
Submitted by:	Rafael Ostertag <rafi@guengel.ch>
2008-08-15 00:22:12 +00:00

29 lines
575 B
Makefile

# New ports collection makefile for: yapet
# Date created: 01 March 2008
# Whom: Rafael Ostertag <rafi@guengel.ch>
#
# $FreeBSD$
#
PORTNAME= yapet
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.guengel.ch/myapps/yapet/downloads/
PATCH_SITES= http://www.guengel.ch/myapps/yapet/downloads/patches/
PATCHFILES= yapet_gcc43-0.2.diff yapet_crs_bs-0.2.diff
PATCH_DIST_STRIP=-p1
MAINTAINER= rafi@guengel.ch
COMMENT= A curses based password manager
MAN1= yapet.1
MANCOMPRESSED= no
GNU_CONFIGURE= yes
USE_OPENSSL= yes
.include <bsd.port.mk>