mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
5c657c793b
Port update to 0.2_1 in order to incorporate software patches. PR: ports/126335 Submitted by: Rafael Ostertag <rafi@guengel.ch>
29 lines
575 B
Makefile
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>
|