mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
3ddc6b69d4
- Support staging - Add LICENSE (GPLv3) - Convert to options helpers - Sort pkg-plist and don't try to remove mtree directories PR: ports/187075 Submitted by: Rafael Ostertag <rafi@guengel.ch> (maintainer)
32 lines
627 B
Makefile
32 lines
627 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yapet
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.guengel.ch/myapps/yapet/downloads/
|
|
|
|
MAINTAINER= rafi@guengel.ch
|
|
COMMENT= Curses based password manager
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= gmake
|
|
USE_OPENSSL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-silent-rules
|
|
|
|
OPTIONS_DEFINE= CONVERTERS DOCS NLS
|
|
OPTIONS_DEFAULT= CONVERTERS
|
|
OPTIONS_SUB= yes
|
|
|
|
CONVERTERS_DESC= Utilities for importing/exporting CSV files
|
|
CONVERTERS_CONFIGURE_ENABLE= converters
|
|
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_CPPFLAGS= -I${LOCALBASE}/include
|
|
NLS_LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|