summaryrefslogtreecommitdiffstats
path: root/security/ncrypt/Makefile
blob: 32e6f79467273b79af99f1e1fd77d5b8d06a5d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Frank Laszlo <laszlof@vonostingroup.com>
# $FreeBSD$

PORTNAME=	ncrypt
PORTVERSION=	0.7.0
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-0.7/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Advanced AES file encryption tool

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/ncrypt bin/nrm

post-configure:
	@${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' \
		${WRKSRC}/Makefile

.include <bsd.port.mk>
OpenPOWER on IntegriCloud