|
Lines 6-16
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= pwman |
8 |
PORTNAME= pwman |
| 9 |
PORTVERSION= 0.3.8 |
9 |
PORTVERSION= 0.3.9 |
| 10 |
PORTREVISION= 1 |
|
|
| 11 |
CATEGORIES= security |
10 |
CATEGORIES= security |
| 12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= SF |
| 13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
|
|
| 14 |
|
12 |
|
| 15 |
MAINTAINER= anders@FreeBSD.org |
13 |
MAINTAINER= anders@FreeBSD.org |
| 16 |
COMMENT= Console password management application based on gpg(me) |
14 |
COMMENT= Console password management application based on gpg(me) |
|
Lines 20-28
Link Here
|
| 20 |
|
18 |
|
| 21 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
| 22 |
|
20 |
|
| 23 |
MAN1= pwman.1 |
21 |
MAN1= pwman.1 |
| 24 |
|
22 |
|
| 25 |
DOCS= AUTHORS COPYING ChangeLog README TODO |
23 |
PLIST_FILES= bin/convert_pwdb bin/pwdb2csv bin/pwman |
|
|
24 |
|
| 25 |
PORTDOCS= AUTHORS COPYING ChangeLog README TODO |
| 26 |
|
26 |
|
| 27 |
post-patch: |
27 |
post-patch: |
| 28 |
@${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c |
28 |
@${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c |
|
Lines 30-38
Link Here
|
| 30 |
.if !defined(NOPORTDOCS) |
30 |
.if !defined(NOPORTDOCS) |
| 31 |
post-install: |
31 |
post-install: |
| 32 |
@${INSTALL} -d -m 0755 ${DOCSDIR} |
32 |
@${INSTALL} -d -m 0755 ${DOCSDIR} |
| 33 |
.for f in ${DOCS} |
33 |
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} |
| 34 |
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ |
|
|
| 35 |
.endfor |
| 36 |
.endif |
34 |
.endif |
| 37 |
|
35 |
|
| 38 |
.include <bsd.port.mk> |
36 |
.include <bsd.port.mk> |