Lines 1-22
Link Here
|
1 |
PORTNAME= widentd |
1 |
PORTNAME= widentd |
2 |
PORTVERSION= 1.04 |
2 |
DISTVERSION= 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/${PORTNAME}/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 |
14 |
MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/share/man/man" |
|
|
15 |
|
16 |
PLIST_FILES= sbin/widentd share/man/man8/widentd.8.gz |
17 |
PORTDOCS= LICENSE README README.md |
18 |
OPTIONS_DEFINE= DOCS |
19 |
|
20 |
# else ports framework can't handle USE_RC_SUBR |
21 |
post-extract: |
22 |
${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}-${DISTVERSION} |
19 |
|
23 |
|
20 |
PLIST_FILES= sbin/widentd man/man8/widentd.8.gz |
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> |