|
Lines 2-30
Link Here
|
| 2 |
# $FreeBSD: head/security/ncrypt/Makefile 386946 2015-05-21 17:14:49Z amdmi3 $ |
2 |
# $FreeBSD: head/security/ncrypt/Makefile 386946 2015-05-21 17:14:49Z amdmi3 $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= ncrypt |
4 |
PORTNAME= ncrypt |
| 5 |
PORTVERSION= 0.8.0 |
5 |
PORTVERSION= 0.8.1 |
| 6 |
CATEGORIES= security |
6 |
CATEGORIES= security |
| 7 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} |
7 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION:R}.0 |
| 8 |
|
8 |
|
| 9 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
| 10 |
COMMENT= Advanced AES file encryption tool |
10 |
COMMENT= Advanced AES file encryption tool |
| 11 |
|
11 |
|
| 12 |
LICENSE= GPLv2 |
12 |
LICENSE= GPLv2 |
| 13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
|
|
| 14 |
|
13 |
|
| 15 |
USES= autoreconf tar:tgz |
14 |
USES= tar:tgz |
| 16 |
GNU_CONFIGURE= yes |
15 |
GNU_CONFIGURE= yes |
| 17 |
|
16 |
|
| 18 |
PLIST_FILES= bin/ncrypt bin/nrm |
17 |
PLIST_FILES= bin/ncrypt bin/nrm |
| 19 |
|
18 |
|
| 20 |
pre-patch: |
|
|
| 21 |
@${RM} ${WRKSRC}/*.m4 |
| 22 |
|
| 23 |
post-patch: |
19 |
post-patch: |
| 24 |
@${REINPLACE_CMD} -e \ |
20 |
@${REINPLACE_CMD} -e \ |
| 25 |
's| getopt.c getopt1.c||' ${WRKSRC}/Makefile.am |
21 |
's|getopt.$$(OBJEXT) || ; \ |
|
|
22 |
s|getopt1.$$(OBJEXT) || ; \ |
| 23 |
s|getopt.c || ; \ |
| 24 |
s|getopt1.c ||' ${WRKSRC}/Makefile.in |
| 26 |
@${REINPLACE_CMD} -e \ |
25 |
@${REINPLACE_CMD} -e \ |
| 27 |
's|-O0|| ; \ |
26 |
's|-O0|| ; \ |
| 28 |
s|"\($$CCOPTS\)"|"\1 $$CFLAGS"|' ${WRKSRC}/configure.ac |
27 |
s|"\($$CCOPTS\)"|"\1 $$CFLAGS"|' ${WRKSRC}/configure |
| 29 |
|
28 |
|
| 30 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |