aboutsummaryrefslogtreecommitdiffstats
path: root/security/ncrypt/Makefile
blob: 31c3f415991b3bbf4207f2e59b5440e198d99e8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    ncrypt
# Date created:         30 Aug 2005
# Whom:             Frank Laszlo <laszlof@vonostingroup.com>
#
# $FreeBSD$
#

PORTNAME=   ncrypt
PORTVERSION=    0.7.0
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX=   .tgz

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

GNU_CONFIGURE=  yes
USE_AUTOTOOLS=  automake:19 aclocal:19 autoconf:262

PLIST_FILES=    bin/ncrypt bin/nrm

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

.include <bsd.port.mk>