8262a7b51d
Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
27 lines
548 B
Makefile
27 lines
548 B
Makefile
# 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= 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>
|