1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/security/ncrypt/Makefile
Ade Lovett 771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00

35 lines
759 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= 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
.include <bsd.port.pre.mk>
post-configure:
@${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' \
${WRKSRC}/Makefile
.if (${OSVERSION} < 501000)
@${REINPLACE_CMD} -e 's,ifndef WIN32,if (!defined(__FreeBSD__)),g' \
${WRKSRC}/ncrypt.c
.endif
.include <bsd.port.post.mk>