Lines 6-27
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= libident |
8 |
PORTNAME= libident |
9 |
PORTVERSION= 0.31 |
9 |
PORTVERSION= 0.32 |
10 |
CATEGORIES= security |
10 |
CATEGORIES= security |
11 |
MASTER_SITES= http://rdenisc.free.fr/libident/ |
11 |
MASTER_SITES= http://rdenisc.free.fr/libident/ |
12 |
|
12 |
|
13 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
14 |
COMMENT= A small library to interface the ident protocol server (rfc1413) |
14 |
COMMENT= A small library to interface the ident protocol server (rfc1413) |
15 |
|
15 |
|
16 |
GNU_CONFIGURE= yes |
16 |
USE_GNOME= gnometarget lthack |
17 |
INSTALLS_SHLIB= yes |
|
|
18 |
USE_LIBTOOL= yes |
17 |
USE_LIBTOOL= yes |
|
|
18 |
INSTALLS_SHLIB= yes |
19 |
|
19 |
|
20 |
MAN3= ident.3 |
20 |
MAN3= ident.3 |
21 |
|
21 |
|
22 |
post-install: |
22 |
post-install: |
23 |
.if !defined(NOPORTDOCS) |
23 |
.if !defined(NOPORTDOCS) |
24 |
${MKDIR} ${DOCSDIR} |
24 |
@${MKDIR} ${DOCSDIR} |
25 |
.for i in README |
25 |
.for i in README |
26 |
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |
26 |
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |
27 |
.endfor |
27 |
.endfor |