Lines 1-22
Link Here
|
1 |
PORTNAME= widentd |
1 |
PORTNAME= widentd |
2 |
PORTVERSION= 1.04 |
2 |
PORTVERSION= 1.05 |
3 |
PORTREVISION= 1 |
|
|
4 |
CATEGORIES= net |
3 |
CATEGORIES= net |
5 |
MASTER_SITES= https://BSDforge.com/projects/source/net/widentd/ |
4 |
MASTER_SITES= https://codeberg.org/BSDforge/widentd/archive/ |
6 |
|
5 |
|
7 |
MAINTAINER= portmaster@BSDforge.com |
6 |
MAINTAINER= portmaster@BSDforge.com |
8 |
COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply |
7 |
COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply |
9 |
WWW= https://BSDforge.com/projects/net/widentd/ |
8 |
WWW= https://codeberg.org/BSDforge/widentd/ |
10 |
|
9 |
|
11 |
LICENSE= BSD3CLAUSE |
10 |
LICENSE= BSD3CLAUSE |
12 |
|
11 |
|
13 |
DEPRECATED= Abandonware, last release in 2004 and dead upstream. Consider using security/oidentd |
12 |
USES= ncurses uidfix |
14 |
EXPIRATION_DATE=2024-02-29 |
|
|
15 |
|
16 |
USES= ncurses uidfix tar:xz |
17 |
USE_RC_SUBR= widentd |
13 |
USE_RC_SUBR= widentd |
18 |
MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" MK_WERROR=no |
|
|
19 |
|
14 |
|
20 |
PLIST_FILES= sbin/widentd man/man8/widentd.8.gz |
15 |
MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/share/man/man" MK_WERROR=no |
|
|
16 |
|
17 |
PLIST_FILES= sbin/widentd share/man/man8/widentd.8.gz |
18 |
PORTDOCS= LICENSE README README.md |
19 |
OPTIONS_DEFINE= DOCS |
20 |
# because USE_RC_SUBR can't cope with bare ${PORTNAME} ${WRKSRC} |
21 |
pre-patch: |
22 |
${MV} ${WRKDIR}/widentd ${WRKDIR}/widentd-1.05 |
23 |
|
24 |
do-install-DOCS-on: |
25 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
26 |
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |
21 |
|
27 |
|
22 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |