freebsd-ports/security/titan/Makefile
Yuri Victorovich d1dcd7daf3 New port: security/titan: Command line password manager and file encryption program
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13629
2017-12-26 18:26:08 +00:00

25 lines
472 B
Makefile

# $FreeBSD$
PORTNAME= titan
DISTVERSIONPREFIX= v
DISTVERSION= 1.2
CATEGORIES= security
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command line password manager and file encryption program
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake localbase:ldflags sqlite ssl
USE_GITHUB= yes
GH_ACCOUNT= nrosvall
MAKE_ENV= MANDIR=${PREFIX}/man
PLIST_FILES= bin/titan man/man1/titan.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/titan
.include <bsd.port.mk>